Html Css Color HEX #F92D40 Alizarin

📋 copy color: '#F92D40'

red 249 ◦ green 45 ◦ blue 64

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

Shades of Alizarin #F92D40

Tints of Alizarin #F92D40

RGB

 RED value IS 249 (97.66% from 255) = 69.55%

 GREEN value IS 45 (17.97% from 255) = 12.57%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 69.55%
G = 12.57%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F92D40 (or 0xF92D40) is known color: Alizarin. HEX triplet: F9, 2D and 40. RGB value is (249,45,64). Sum of RGB (Red+Green+Blue) = 249+45+64=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D40 is #06D2BF. Grayscale: #6C6C6C. Windows color (decimal): -447168 or 4206073. OLE color: 4206073.

HSL color Cylindrical-coordinate representation of color #F92D40: hue angle of 354.41º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D40 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 45 64 -
CMYK 0 0.82 0.74 0.02
HSL 354.41º 0.94% 0.58% -
HSV(B) 354.41º 0.82% 0.98% -
XYZ 40.93 22.39 7.01 -
YUV 108.16 103.09 228.46 -
System Red Green Blue C M Y K H S L
Decimal 249 45 64 0 0.82 0.74 0.02 354.41 0.94 0.58
Hex F9 2D 40 0 52 4A 2 162 5E 3A
Octal 371 55 100 0 122 112 2 542 136 72
Binary 11111001 101101 1000000 0 1010010 1001010 10 101100010 1011110 111010

Color Harmonies of #F92D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D40

Black with #F92D40

Text Example


Text Example

White with #F92D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D40; }

 p { color: rgb(249,45,64); }

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

background-color css

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

 a { background-color: rgb(249,45,64); }

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

border-color css

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

 span { border-color: rgb(249,45,64); }

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