Html Css Color HEX #F03449 Amaranth

📋 copy color: '#F03449'

red 240 ◦ green 52 ◦ blue 73

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

Shades of Amaranth #F03449

Tints of Amaranth #F03449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

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

R = 65.75%
G = 14.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F03449 (or 0xF03449) is known color: Amaranth. HEX triplet: F0, 34 and 49. RGB value is (240,52,73). Sum of RGB (Red+Green+Blue) = 240+52+73=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F03449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03449 is #0FCBB6. Grayscale: #6E6E6E. Windows color (decimal): -1035191 or 4797680. OLE color: 4797680.

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

Color convert

RGB 240 52 73 -
CMYK 0 0.78 0.70 0.06
HSL 353.3º 0.86% 0.57% -
HSV(B) 353.3º 0.78% 0.94% -
XYZ 38.37 21.46 8.42 -
YUV 110.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 240 52 73 0 0.78 0.70 0.06 353.3 0.86 0.57
Hex F0 34 49 0 4E 46 6 161 56 39
Octal 360 64 111 0 116 106 6 541 126 71
Binary 11110000 110100 1001001 0 1001110 1000110 110 101100001 1010110 111001

Color Harmonies of #F03449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03449

Black with #F03449

Text Example


Text Example

White with #F03449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03449; }

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

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

background-color css

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

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

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

border-color css

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

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

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