Html Css Color HEX #F9252B Alizarin

📋 copy color: '#F9252B'

red 249 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #F9252B

Tints of Alizarin #F9252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 75.68%
G = 11.25%
B = 13.07%

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

#F9252B (or 0xF9252B) is known color: Alizarin. HEX triplet: F9, 25 and 2B. RGB value is (249,37,43). Sum of RGB (Red+Green+Blue) = 249+37+43=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9252B is #06DAD4. Grayscale: #656565. Windows color (decimal): -449237 or 2827769. OLE color: 2827769.

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

Color convert

RGB 249 37 43 -
CMYK 0 0.85 0.83 0.02
HSL 358.3º 0.95% 0.56% -
HSV(B) 358.3º 0.85% 0.98% -
XYZ 40.16 21.64 4.35 -
YUV 101.07 95.24 233.51 -
System Red Green Blue C M Y K H S L
Decimal 249 37 43 0 0.85 0.83 0.02 358.3 0.95 0.56
Hex F9 25 2B 0 55 53 2 166 5F 38
Octal 371 45 53 0 125 123 2 546 137 70
Binary 11111001 100101 101011 0 1010101 1010011 10 101100110 1011111 111000

Color Harmonies of #F9252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9252B

Black with #F9252B

Text Example


Text Example

White with #F9252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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