Html Css Color HEX #F93039 Alizarin

📋 copy color: '#F93039'

red 249 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #F93039

Tints of Alizarin #F93039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.1%

R = 70.34%
G = 13.56%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F93039 (or 0xF93039) is known color: Alizarin. HEX triplet: F9, 30 and 39. RGB value is (249,48,57). Sum of RGB (Red+Green+Blue) = 249+48+57=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F93039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93039 is #06CFC6. Grayscale: #6D6D6D. Windows color (decimal): -446407 or 3748089. OLE color: 3748089.

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

Color convert

RGB 249 48 57 -
CMYK 0 0.81 0.77 0.02
HSL 357.31º 0.94% 0.58% -
HSV(B) 357.31º 0.81% 0.98% -
XYZ 40.86 22.55 6.07 -
YUV 109.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 249 48 57 0 0.81 0.77 0.02 357.31 0.94 0.58
Hex F9 30 39 0 51 4D 2 165 5E 3A
Octal 371 60 71 0 121 115 2 545 136 72
Binary 11111001 110000 111001 0 1010001 1001101 10 101100101 1011110 111010

Color Harmonies of #F93039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93039

Black with #F93039

Text Example


Text Example

White with #F93039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93039; }

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

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

background-color css

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

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

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

border-color css

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

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

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