Html Css Color HEX #F9363F Alizarin

📋 copy color: '#F9363F'

red 249 ◦ green 54 ◦ blue 63

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

Shades of Alizarin #F9363F

Tints of Alizarin #F9363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

 BLUE value IS 63 (25% from 255) = 17.21%

R = 68.03%
G = 14.75%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9363F (or 0xF9363F) is known color: Alizarin. HEX triplet: F9, 36 and 3F. RGB value is (249,54,63). Sum of RGB (Red+Green+Blue) = 249+54+63=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F9363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9363F is #06C9C0. Grayscale: #717171. Windows color (decimal): -444865 or 4142841. OLE color: 4142841.

HSL color Cylindrical-coordinate representation of color #F9363F: hue angle of 357.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9363F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 54 63 -
CMYK 0 0.78 0.75 0.02
HSL 357.23º 0.94% 0.59% -
HSV(B) 357.23º 0.78% 0.98% -
XYZ 41.28 23.14 6.99 -
YUV 113.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 249 54 63 0 0.78 0.75 0.02 357.23 0.94 0.59
Hex F9 36 3F 0 4E 4B 2 165 5E 3B
Octal 371 66 77 0 116 113 2 545 136 73
Binary 11111001 110110 111111 0 1001110 1001011 10 101100101 1011110 111011

Color Harmonies of #F9363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9363F

Black with #F9363F

Text Example


Text Example

White with #F9363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9363F; }

 p { color: rgb(249,54,63); }

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

background-color css

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

 a { background-color: rgb(249,54,63); }

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

border-color css

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

 span { border-color: rgb(249,54,63); }

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