Html Css Color HEX #F9232F Alizarin

📋 copy color: '#F9232F'

red 249 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #F9232F

Tints of Alizarin #F9232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 75.23%
G = 10.57%
B = 14.2%

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

#F9232F (or 0xF9232F) is known color: Alizarin. HEX triplet: F9, 23 and 2F. RGB value is (249,35,47). Sum of RGB (Red+Green+Blue) = 249+35+47=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F9232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9232F is #06DCD0. Grayscale: #646464. Windows color (decimal): -449745 or 3089401. OLE color: 3089401.

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

Color convert

RGB 249 35 47 -
CMYK 0 0.86 0.81 0.02
HSL 356.64º 0.95% 0.56% -
HSV(B) 356.64º 0.86% 0.98% -
XYZ 40.18 21.55 4.73 -
YUV 100.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 249 35 47 0 0.86 0.81 0.02 356.64 0.95 0.56
Hex F9 23 2F 0 56 51 2 165 5F 38
Octal 371 43 57 0 126 121 2 545 137 70
Binary 11111001 100011 101111 0 1010110 1010001 10 101100101 1011111 111000

Color Harmonies of #F9232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9232F

Black with #F9232F

Text Example


Text Example

White with #F9232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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