Html Css Color HEX #F9303F Alizarin

📋 copy color: '#F9303F'

red 249 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #F9303F

Tints of Alizarin #F9303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.33%

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

R = 69.17%
G = 13.33%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9303F (or 0xF9303F) is known color: Alizarin. HEX triplet: F9, 30 and 3F. RGB value is (249,48,63). Sum of RGB (Red+Green+Blue) = 249+48+63=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9303F is #06CFC0. Grayscale: #6D6D6D. Windows color (decimal): -446401 or 4141305. OLE color: 4141305.

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

Color convert

RGB 249 48 63 -
CMYK 0 0.81 0.75 0.02
HSL 355.52º 0.94% 0.58% -
HSV(B) 355.52º 0.81% 0.98% -
XYZ 41.02 22.61 6.91 -
YUV 109.81 101.59 227.28 -
System Red Green Blue C M Y K H S L
Decimal 249 48 63 0 0.81 0.75 0.02 355.52 0.94 0.58
Hex F9 30 3F 0 51 4B 2 164 5E 3A
Octal 371 60 77 0 121 113 2 544 136 72
Binary 11111001 110000 111111 0 1010001 1001011 10 101100100 1011110 111010

Color Harmonies of #F9303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9303F

Black with #F9303F

Text Example


Text Example

White with #F9303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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