#F33C41

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

Shades of Alizarin #F33C41

Tints of Alizarin #F33C41

Color information

#F33C41 (or 0xF33C41) is unknown color: approx Alizarin. HEX triplet: F3, 3C and 41. RGB value is (243,60,65). Sum of RGB (Red+Green+Blue) = 243+60+65=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C41 is #0CC3BE. Grayscale: #737373. Windows color (decimal): -836543 or 4275443. OLE color: 4275443.

HSL color Cylindrical-coordinate representation of color #F33C41: hue angle of 358.36º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C41 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB2436065-
CMYK00.750.730.05
HSL358.36º88.41%59.41%-
HSV(B)358.36º75.31%95.29%-
XYZ39.5322.677.29-
YUV115.2999.63219.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 66.03%
GREEN value IS 60 (23.83% from 255) = 16.30%
BLUE value IS 65 (25.78% from 255) = 17.66%
R=66.03%
G=16.30%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243606500.750.730.05358.3688.4159.41
HexF33C4104B495166583b
Octal363741010113111554613073
Binary1111001111110010000010100101110010011011011001101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33C41; }

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

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

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

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

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

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

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

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