Html Css Color HEX #F93041 Alizarin

📋 copy color: '#F93041'

red 249 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #F93041

Tints of Alizarin #F93041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 68.78%
G = 13.26%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F93041 (or 0xF93041) is known color: Alizarin. HEX triplet: F9, 30 and 41. RGB value is (249,48,65). Sum of RGB (Red+Green+Blue) = 249+48+65=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F93041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93041 is #06CFBE. Grayscale: #6E6E6E. Windows color (decimal): -446399 or 4272377. OLE color: 4272377.

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

Color convert

RGB 249 48 65 -
CMYK 0 0.81 0.74 0.02
HSL 354.93º 0.94% 0.58% -
HSV(B) 354.93º 0.81% 0.98% -
XYZ 41.08 22.64 7.21 -
YUV 110.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 249 48 65 0 0.81 0.74 0.02 354.93 0.94 0.58
Hex F9 30 41 0 51 4A 2 163 5E 3A
Octal 371 60 101 0 121 112 2 543 136 72
Binary 11111001 110000 1000001 0 1010001 1001010 10 101100011 1011110 111010

Color Harmonies of #F93041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93041

Black with #F93041

Text Example


Text Example

White with #F93041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93041; }

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

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

background-color css

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

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

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

border-color css

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

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

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