#F12330

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

Shades of Alizarin #F12330

Tints of Alizarin #F12330

Color information

#F12330 (or 0xF12330) is unknown color: approx Alizarin. HEX triplet: F1, 23 and 30. RGB value is (241,35,48). Sum of RGB (Red+Green+Blue) = 241+35+48=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F12330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12330 is #0EDCCF. Grayscale: #626262. Windows color (decimal): -974032 or 3154929. OLE color: 3154929.

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

Color convert

RGB2413548-
CMYK00.850.800.05
HSL356.21º88.03%54.12%-
HSV(B)356.21º85.48%94.51%-
XYZ37.4120.124.71-
YUV98.0899.75229.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 74.38%
GREEN value IS 35 (14.06% from 255) = 10.80%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=74.38%
G=10.80%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241354800.850.800.05356.2188.0354.12
HexF123300555051645836
Octal36143600125120554413066
Binary111100011000111100000101010110100001011011001001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12330; }

 p { color: rgb(241,35,48); }

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

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

 a { background-color: rgb(241,35,48); }

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

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

 span { border-color: rgb(241,35,48); }

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