Html Css Color HEX #F92B3A Alizarin

📋 copy color: '#F92B3A'

red 249 ◦ green 43 ◦ blue 58

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

Shades of Alizarin #F92B3A

Tints of Alizarin #F92B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 71.14%
G = 12.29%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F92B3A (or 0xF92B3A) is known color: Alizarin. HEX triplet: F9, 2B and 3A. RGB value is (249,43,58). Sum of RGB (Red+Green+Blue) = 249+43+58=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F92B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92B3A is #06D4C5. Grayscale: #6A6A6A. Windows color (decimal): -447686 or 3812345. OLE color: 3812345.

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

Color convert

RGB 249 43 58 -
CMYK 0 0.83 0.77 0.02
HSL 355.63º 0.94% 0.57% -
HSV(B) 355.63º 0.83% 0.98% -
XYZ 40.69 22.17 6.14 -
YUV 106.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 249 43 58 0 0.83 0.77 0.02 355.63 0.94 0.57
Hex F9 2B 3A 0 53 4D 2 164 5E 39
Octal 371 53 72 0 123 115 2 544 136 71
Binary 11111001 101011 111010 0 1010011 1001101 10 101100100 1011110 111001

Color Harmonies of #F92B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92B3A

Black with #F92B3A

Text Example


Text Example

White with #F92B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92B3A; }

 p { color: rgb(249,43,58); }

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

background-color css

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

 a { background-color: rgb(249,43,58); }

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

border-color css

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

 span { border-color: rgb(249,43,58); }

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