Html Css Color HEX #F03949 Amaranth

📋 copy color: '#F03949'

red 240 ◦ green 57 ◦ blue 73

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

Shades of Amaranth #F03949

Tints of Amaranth #F03949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

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

R = 64.86%
G = 15.41%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F03949 (or 0xF03949) is known color: Amaranth. HEX triplet: F0, 39 and 49. RGB value is (240,57,73). Sum of RGB (Red+Green+Blue) = 240+57+73=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F03949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03949 is #0FC6B6. Grayscale: #717171. Windows color (decimal): -1033911 or 4798960. OLE color: 4798960.

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

Color convert

RGB 240 57 73 -
CMYK 0 0.76 0.70 0.06
HSL 354.75º 0.86% 0.58% -
HSV(B) 354.75º 0.76% 0.94% -
XYZ 38.6 21.93 8.5 -
YUV 113.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 240 57 73 0 0.76 0.70 0.06 354.75 0.86 0.58
Hex F0 39 49 0 4C 46 6 163 56 3A
Octal 360 71 111 0 114 106 6 543 126 72
Binary 11110000 111001 1001001 0 1001100 1000110 110 101100011 1010110 111010

Color Harmonies of #F03949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03949

Black with #F03949

Text Example


Text Example

White with #F03949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03949; }

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

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

background-color css

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

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

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

border-color css

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

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

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