Html Css Color HEX #F9253D Alizarin

📋 copy color: '#F9253D'

red 249 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #F9253D

Tints of Alizarin #F9253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 71.76%
G = 10.66%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9253D (or 0xF9253D) is known color: Alizarin. HEX triplet: F9, 25 and 3D. RGB value is (249,37,61). Sum of RGB (Red+Green+Blue) = 249+37+61=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9253D is #06DAC2. Grayscale: #676767. Windows color (decimal): -449219 or 4007417. OLE color: 4007417.

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

Color convert

RGB 249 37 61 -
CMYK 0 0.85 0.76 0.02
HSL 353.21º 0.95% 0.56% -
HSV(B) 353.21º 0.85% 0.98% -
XYZ 40.57 21.8 6.48 -
YUV 103.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 249 37 61 0 0.85 0.76 0.02 353.21 0.95 0.56
Hex F9 25 3D 0 55 4C 2 161 5F 38
Octal 371 45 75 0 125 114 2 541 137 70
Binary 11111001 100101 111101 0 1010101 1001100 10 101100001 1011111 111000

Color Harmonies of #F9253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9253D

Black with #F9253D

Text Example


Text Example

White with #F9253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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