Html Css Color HEX #F03947 Amaranth

📋 copy color: '#F03947'

red 240 ◦ green 57 ◦ blue 71

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

Shades of Amaranth #F03947

Tints of Amaranth #F03947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 65.22%
G = 15.49%
B = 19.29%

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

#F03947 (or 0xF03947) is known color: Amaranth. HEX triplet: F0, 39 and 47. RGB value is (240,57,71). Sum of RGB (Red+Green+Blue) = 240+57+71=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F03947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03947 is #0FC6B8. Grayscale: #717171. Windows color (decimal): -1033913 or 4667888. OLE color: 4667888.

HSL color Cylindrical-coordinate representation of color #F03947: hue angle of 355.41º 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 #F03947 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 71 -
CMYK 0 0.76 0.70 0.06
HSL 355.41º 0.86% 0.58% -
HSV(B) 355.41º 0.76% 0.94% -
XYZ 38.54 21.91 8.16 -
YUV 113.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 240 57 71 0 0.76 0.70 0.06 355.41 0.86 0.58
Hex F0 39 47 0 4C 46 6 163 56 3A
Octal 360 71 107 0 114 106 6 543 126 72
Binary 11110000 111001 1000111 0 1001100 1000110 110 101100011 1010110 111010

Color Harmonies of #F03947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03947

Black with #F03947

Text Example


Text Example

White with #F03947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03947; }

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

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

background-color css

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

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

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

border-color css

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

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

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