Html Css Color HEX #F9253A Alizarin

📋 copy color: '#F9253A'

red 249 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #F9253A

Tints of Alizarin #F9253A

RGB

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

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

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

R = 72.38%
G = 10.76%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9253A (or 0xF9253A) is known color: Alizarin. HEX triplet: F9, 25 and 3A. RGB value is (249,37,58). Sum of RGB (Red+Green+Blue) = 249+37+58=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9253A is #06DAC5. Grayscale: #666666. Windows color (decimal): -449222 or 3810809. OLE color: 3810809.

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

Color convert

RGB 249 37 58 -
CMYK 0 0.85 0.77 0.02
HSL 354.06º 0.95% 0.56% -
HSV(B) 354.06º 0.85% 0.98% -
XYZ 40.49 21.77 6.07 -
YUV 102.78 102.74 232.29 -
System Red Green Blue C M Y K H S L
Decimal 249 37 58 0 0.85 0.77 0.02 354.06 0.95 0.56
Hex F9 25 3A 0 55 4D 2 162 5F 38
Octal 371 45 72 0 125 115 2 542 137 70
Binary 11111001 100101 111010 0 1010101 1001101 10 101100010 1011111 111000

Color Harmonies of #F9253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9253A

Black with #F9253A

Text Example


Text Example

White with #F9253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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