Html Css Color HEX #F72542 Alizarin

📋 copy color: '#F72542'

red 247 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #F72542

Tints of Alizarin #F72542

RGB

 RED value IS 247 (96.88% from 255) = 70.57%

 GREEN value IS 37 (14.84% from 255) = 10.57%

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 70.57%
G = 10.57%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F72542 (or 0xF72542) is known color: Alizarin. HEX triplet: F7, 25 and 42. RGB value is (247,37,66). Sum of RGB (Red+Green+Blue) = 247+37+66=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F72542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72542 is #08DABD. Grayscale: #676767. Windows color (decimal): -580286 or 4335095. OLE color: 4335095.

HSL color Cylindrical-coordinate representation of color #F72542: hue angle of 351.71º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72542 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 66 -
CMYK 0 0.85 0.73 0.03
HSL 351.71º 0.93% 0.56% -
HSV(B) 351.71º 0.85% 0.97% -
XYZ 40 21.49 7.19 -
YUV 103.1 107.07 230.64 -
System Red Green Blue C M Y K H S L
Decimal 247 37 66 0 0.85 0.73 0.03 351.71 0.93 0.56
Hex F7 25 42 0 55 49 3 160 5D 38
Octal 367 45 102 0 125 111 3 540 135 70
Binary 11110111 100101 1000010 0 1010101 1001001 11 101100000 1011101 111000

Color Harmonies of #F72542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72542

Black with #F72542

Text Example


Text Example

White with #F72542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72542; }

 p { color: rgb(247,37,66); }

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

background-color css

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

 a { background-color: rgb(247,37,66); }

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

border-color css

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

 span { border-color: rgb(247,37,66); }

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