Html Css Color HEX #F92F3C Alizarin

📋 copy color: '#F92F3C'

red 249 ◦ green 47 ◦ blue 60

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

Shades of Alizarin #F92F3C

Tints of Alizarin #F92F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.85%

R = 69.94%
G = 13.2%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F92F3C (or 0xF92F3C) is known color: Alizarin. HEX triplet: F9, 2F and 3C. RGB value is (249,47,60). Sum of RGB (Red+Green+Blue) = 249+47+60=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F3C is #06D0C3. Grayscale: #6D6D6D. Windows color (decimal): -446660 or 3944441. OLE color: 3944441.

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

Color convert

RGB 249 47 60 -
CMYK 0 0.81 0.76 0.02
HSL 356.14º 0.94% 0.58% -
HSV(B) 356.14º 0.81% 0.98% -
XYZ 40.9 22.5 6.46 -
YUV 108.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 249 47 60 0 0.81 0.76 0.02 356.14 0.94 0.58
Hex F9 2F 3C 0 51 4C 2 164 5E 3A
Octal 371 57 74 0 121 114 2 544 136 72
Binary 11111001 101111 111100 0 1010001 1001100 10 101100100 1011110 111010

Color Harmonies of #F92F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F3C

Black with #F92F3C

Text Example


Text Example

White with #F92F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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