#F3273F

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

Shades of Alizarin #F3273F

Tints of Alizarin #F3273F

Color information

#F3273F (or 0xF3273F) is unknown color: approx Alizarin. HEX triplet: F3, 27 and 3F. RGB value is (243,39,63). Sum of RGB (Red+Green+Blue) = 243+39+63=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F3273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3273F is #0CD8C0. Grayscale: #666666. Windows color (decimal): -841921 or 4138995. OLE color: 4138995.

HSL color Cylindrical-coordinate representation of color #F3273F: hue angle of 352.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3273F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2433963-
CMYK00.840.740.05
HSL352.94º89.47%55.29%-
HSV(B)352.94º83.95%95.29%-
XYZ38.5820.866.7-
YUV102.73105.59228.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.43%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 63 (25% from 255) = 18.26%
R=70.43%
G=11.30%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243396300.840.740.05352.9489.4755.29
HexF3273F0544A51615937
Octal36347770124112554113167
Binary111100111001111111110101010010010101011011000011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3273F; }

 p { color: rgb(243,39,63); }

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

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

 a { background-color: rgb(243,39,63); }

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

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

 span { border-color: rgb(243,39,63); }

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