Html Css Color HEX #F9252A Alizarin

📋 copy color: '#F9252A'

red 249 ◦ green 37 ◦ blue 42

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

Shades of Alizarin #F9252A

Tints of Alizarin #F9252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 75.91%
G = 11.28%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9252A (or 0xF9252A) is known color: Alizarin. HEX triplet: F9, 25 and 2A. RGB value is (249,37,42). Sum of RGB (Red+Green+Blue) = 249+37+42=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F9252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9252A is #06DAD5. Grayscale: #656565. Windows color (decimal): -449238 or 2762233. OLE color: 2762233.

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

Color convert

RGB 249 37 42 -
CMYK 0 0.85 0.83 0.02
HSL 358.58º 0.95% 0.56% -
HSV(B) 358.58º 0.85% 0.98% -
XYZ 40.15 21.63 4.25 -
YUV 100.96 94.74 233.59 -
System Red Green Blue C M Y K H S L
Decimal 249 37 42 0 0.85 0.83 0.02 358.58 0.95 0.56
Hex F9 25 2A 0 55 53 2 167 5F 38
Octal 371 45 52 0 125 123 2 547 137 70
Binary 11111001 100101 101010 0 1010101 1010011 10 101100111 1011111 111000

Color Harmonies of #F9252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9252A

Black with #F9252A

Text Example


Text Example

White with #F9252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9252A; }

 p { color: rgb(249,37,42); }

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

background-color css

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

 a { background-color: rgb(249,37,42); }

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

border-color css

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

 span { border-color: rgb(249,37,42); }

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