#F93C41

Color #F93C41 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F93C41

Tints of Alizarin #F93C41

Color information

#F93C41 (or 0xF93C41) is unknown color: approx Alizarin. HEX triplet: F9, 3C and 41. RGB value is (249,60,65). Sum of RGB (Red+Green+Blue) = 249+60+65=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93C41 is #06C3BE. Grayscale: #757575. Windows color (decimal): -443327 or 4275449. OLE color: 4275449.

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

Color convert

RGB2496065-
CMYK00.760.740.02
HSL358.41º94.03%60.59%-
HSV(B)358.41º75.9%97.65%-
XYZ41.6423.757.39-
YUV117.0898.62222.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 66.58%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 65 (25.78% from 255) = 17.38%
R=66.58%
G=16.04%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249606500.760.740.02358.4194.0360.59
HexF93C4104C4A21665e3d
Octal371741010114112254613675
Binary111110011111001000001010011001001010101011001101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93C41; }

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

 H1.HeaderClassName
 {
   color: #F93C41;
 }
 .AnyTagClassName
 {
   color: #F93C41;
 }
</style>
background-color css

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

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

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

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

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

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