Html Css Color HEX #F83249 Amaranth

📋 copy color: '#F83249'

red 248 ◦ green 50 ◦ blue 73

#F83249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #F83249

Tints of Amaranth #F83249

RGB

 RED value IS 248 (97.27% from 255) = 66.85%

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 66.85%
G = 13.48%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F83249 (or 0xF83249) is known color: Amaranth. HEX triplet: F8, 32 and 49. RGB value is (248,50,73). Sum of RGB (Red+Green+Blue) = 248+50+73=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F83249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83249 is #07CDB6. Grayscale: #6F6F6F. Windows color (decimal): -511415 or 4797176. OLE color: 4797176.

HSL color Cylindrical-coordinate representation of color #F83249: hue angle of 353.03º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83249 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 73 -
CMYK 0 0.80 0.71 0.03
HSL 353.03º 0.93% 0.58% -
HSV(B) 353.03º 0.8% 0.97% -
XYZ 41.05 22.72 8.52 -
YUV 111.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 248 50 73 0 0.80 0.71 0.03 353.03 0.93 0.58
Hex F8 32 49 0 50 47 3 161 5D 3A
Octal 370 62 111 0 120 107 3 541 135 72
Binary 11111000 110010 1001001 0 1010000 1000111 11 101100001 1011101 111010

Color Harmonies of #F83249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83249

Black with #F83249

Text Example


Text Example

White with #F83249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83249; }

 p { color: rgb(248,50,73); }

 H1.HeaderClassName
 {
   color: #F83249;
 }
 .AnyTagClassName
 {
   color: #F83249;
 }
</style>

background-color css

<style>
 a { background-color: #F83249; }

 a { background-color: rgb(248,50,73); }

 div.DivClassName
 {
   background-color: #F83249;
 }
 .BgClassName
 {
   background-color: #F83249;
 }
</style>

border-color css

<style>
 span { border-color: #F83249; }

 span { border-color: rgb(248,50,73); }

 td.TdClassName
 {
   border-color: #F83249;
 }
 .TagClassName
 {
   border-color: #F83249;
 }
</style>