Html Css Color HEX #F72942 Alizarin

📋 copy color: '#F72942'

red 247 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #F72942

Tints of Alizarin #F72942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 69.77%
G = 11.58%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F72942 (or 0xF72942) is known color: Alizarin. HEX triplet: F7, 29 and 42. RGB value is (247,41,66). Sum of RGB (Red+Green+Blue) = 247+41+66=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F72942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72942 is #08D6BD. Grayscale: #696969. Windows color (decimal): -579262 or 4336119. OLE color: 4336119.

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

Color convert

RGB 247 41 66 -
CMYK 0 0.83 0.73 0.03
HSL 352.72º 0.93% 0.56% -
HSV(B) 352.72º 0.83% 0.97% -
XYZ 40.13 21.75 7.24 -
YUV 105.44 105.75 228.97 -
System Red Green Blue C M Y K H S L
Decimal 247 41 66 0 0.83 0.73 0.03 352.72 0.93 0.56
Hex F7 29 42 0 53 49 3 161 5D 38
Octal 367 51 102 0 123 111 3 541 135 70
Binary 11110111 101001 1000010 0 1010011 1001001 11 101100001 1011101 111000

Color Harmonies of #F72942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72942

Black with #F72942

Text Example


Text Example

White with #F72942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72942; }

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

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

background-color css

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

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

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

border-color css

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

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

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