Html Css Color HEX #F92F40 Alizarin

📋 copy color: '#F92F40'

red 249 ◦ green 47 ◦ blue 64

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

Shades of Alizarin #F92F40

Tints of Alizarin #F92F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.06%

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

R = 69.17%
G = 13.06%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F92F40 (or 0xF92F40) is known color: Alizarin. HEX triplet: F9, 2F and 40. RGB value is (249,47,64). Sum of RGB (Red+Green+Blue) = 249+47+64=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F40 is #06D0BF. Grayscale: #6D6D6D. Windows color (decimal): -446656 or 4206585. OLE color: 4206585.

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

Color convert

RGB 249 47 64 -
CMYK 0 0.81 0.74 0.02
HSL 354.95º 0.94% 0.58% -
HSV(B) 354.95º 0.81% 0.98% -
XYZ 41.01 22.54 7.04 -
YUV 109.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 249 47 64 0 0.81 0.74 0.02 354.95 0.94 0.58
Hex F9 2F 40 0 51 4A 2 163 5E 3A
Octal 371 57 100 0 121 112 2 543 136 72
Binary 11111001 101111 1000000 0 1010001 1001010 10 101100011 1011110 111010

Color Harmonies of #F92F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F40

Black with #F92F40

Text Example


Text Example

White with #F92F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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