#F23233

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

Shades of Alizarin #F23233

Tints of Alizarin #F23233

Color information

#F23233 (or 0xF23233) is unknown color: approx Alizarin. HEX triplet: F2, 32 and 33. RGB value is (242,50,51). Sum of RGB (Red+Green+Blue) = 242+50+51=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F23233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23233 is #0DCDCC. Grayscale: #6B6B6B. Windows color (decimal): -904653 or 3355378. OLE color: 3355378.

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

Color convert

RGB2425051-
CMYK00.790.790.05
HSL359.69º88.07%57.25%-
HSV(B)359.69º79.34%94.9%-
XYZ38.3621.45.24-
YUV107.5296.11223.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 70.55%
GREEN value IS 50 (19.92% from 255) = 14.58%
BLUE value IS 51 (20.31% from 255) = 14.87%
R=70.55%
G=14.58%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242505100.790.790.05359.6988.0757.25
HexF2323304F4F51685839
Octal36262630117117555013071
Binary111100101100101100110100111110011111011011010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23233; }

 p { color: rgb(242,50,51); }

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

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

 a { background-color: rgb(242,50,51); }

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

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

 span { border-color: rgb(242,50,51); }

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