#F2273E

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

Shades of Alizarin #F2273E

Tints of Alizarin #F2273E

Color information

#F2273E (or 0xF2273E) is unknown color: approx Alizarin. HEX triplet: F2, 27 and 3E. RGB value is (242,39,62). Sum of RGB (Red+Green+Blue) = 242+39+62=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F2273E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2273E is #0DD8C1. Grayscale: #666666. Windows color (decimal): -907458 or 4073458. OLE color: 4073458.

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

Color convert

RGB2423962-
CMYK00.840.740.05
HSL353.2º88.65%55.1%-
HSV(B)353.2º83.88%94.9%-
XYZ38.2120.686.53-
YUV102.32105.25227.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 70.55%
GREEN value IS 39 (15.62% from 255) = 11.37%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=70.55%
G=11.37%
B=18.08%

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
Decimal242396200.840.740.05353.288.6555.1
HexF2273E0544A51615937
Octal36247760124112554113167
Binary111100101001111111100101010010010101011011000011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2273E; }

 p { color: rgb(242,39,62); }

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

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

 a { background-color: rgb(242,39,62); }

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

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

 span { border-color: rgb(242,39,62); }

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