#F21258

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

Shades of Razzmatazz #F21258

Tints of Razzmatazz #F21258

Color information

#F21258 (or 0xF21258) is unknown color: approx Razzmatazz. HEX triplet: F2, 12 and 58. RGB value is (242,18,88). Sum of RGB (Red+Green+Blue) = 242+18+88=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F21258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21258 is #0DEDA7. Grayscale: #5C5C5C. Windows color (decimal): -912808 or 5772018. OLE color: 5772018.

HSL color Cylindrical-coordinate representation of color #F21258: hue angle of 341.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21258 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB2421888-
CMYK00.930.640.05
HSL341.25º89.6%50.98%-
HSV(B)341.25º92.56%94.9%-
XYZ38.620.0111.06-
YUV92.96125.21234.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 69.54%
GREEN value IS 18 (7.42% from 255) = 5.17%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=69.54%
G=5.17%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242188800.930.640.05341.2589.650.98
HexF2125805D4051555a33
Octal362221300135100552513263
Binary111100101001010110000101110110000001011010101011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21258; }

 p { color: rgb(242,18,88); }

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

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

 a { background-color: rgb(242,18,88); }

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

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

 span { border-color: rgb(242,18,88); }

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