Html Css Color HEX #F02049 Amaranth

📋 copy color: '#F02049'

red 240 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #F02049

Tints of Amaranth #F02049

RGB

 RED value IS 240 (94.14% from 255) = 69.57%

 GREEN value IS 32 (12.89% from 255) = 9.28%

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

R = 69.57%
G = 9.28%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F02049 (or 0xF02049) is known color: Amaranth. HEX triplet: F0, 20 and 49. RGB value is (240,32,73). Sum of RGB (Red+Green+Blue) = 240+32+73=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F02049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02049 is #0FDFB6. Grayscale: #626262. Windows color (decimal): -1040311 or 4792560. OLE color: 4792560.

HSL color Cylindrical-coordinate representation of color #F02049: hue angle of 348.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02049 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 73 -
CMYK 0 0.87 0.70 0.06
HSL 348.17º 0.87% 0.53% -
HSV(B) 348.17º 0.87% 0.94% -
XYZ 37.65 20.04 8.19 -
YUV 98.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 240 32 73 0 0.87 0.70 0.06 348.17 0.87 0.53
Hex F0 20 49 0 57 46 6 15C 57 35
Octal 360 40 111 0 127 106 6 534 127 65
Binary 11110000 100000 1001001 0 1010111 1000110 110 101011100 1010111 110101

Color Harmonies of #F02049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02049

Black with #F02049

Text Example


Text Example

White with #F02049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02049; }

 p { color: rgb(240,32,73); }

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

background-color css

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

 a { background-color: rgb(240,32,73); }

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

border-color css

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

 span { border-color: rgb(240,32,73); }

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