Html Css Color HEX #F92430 Alizarin

📋 copy color: '#F92430'

red 249 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #F92430

Tints of Alizarin #F92430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.81%

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 74.77%
G = 10.81%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F92430 (or 0xF92430) is known color: Alizarin. HEX triplet: F9, 24 and 30. RGB value is (249,36,48). Sum of RGB (Red+Green+Blue) = 249+36+48=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F92430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92430 is #06DBCF. Grayscale: #656565. Windows color (decimal): -449488 or 3155193. OLE color: 3155193.

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

Color convert

RGB 249 36 48 -
CMYK 0 0.86 0.81 0.02
HSL 356.62º 0.95% 0.56% -
HSV(B) 356.62º 0.86% 0.98% -
XYZ 40.23 21.61 4.85 -
YUV 101.06 98.07 233.52 -
System Red Green Blue C M Y K H S L
Decimal 249 36 48 0 0.86 0.81 0.02 356.62 0.95 0.56
Hex F9 24 30 0 56 51 2 165 5F 38
Octal 371 44 60 0 126 121 2 545 137 70
Binary 11111001 100100 110000 0 1010110 1010001 10 101100101 1011111 111000

Color Harmonies of #F92430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92430

Black with #F92430

Text Example


Text Example

White with #F92430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92430; }

 p { color: rgb(249,36,48); }

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

background-color css

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

 a { background-color: rgb(249,36,48); }

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

border-color css

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

 span { border-color: rgb(249,36,48); }

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