#f20a68

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

Shades of Razzmatazz #F20A68

Tints of Razzmatazz #F20A68

Color information

#F20A68 (or 0xF20A68) is unknown color: approx Razzmatazz. HEX triplet: F2, 0A and 68. RGB value is (242,10,104). Sum of RGB (Red+Green+Blue) = 242+10+104=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20A68 is #0DF597. Grayscale: #595959. Windows color (decimal): -914840 or 6818546. OLE color: 6818546.

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

Color convert

RGB24210104-
CMYK00.960.570.05
HSL335.69º92.06%49.41%-
HSV(B)335.69º95.87%94.9%-
XYZ39.2320.0914.91-
YUV90.08135.86236.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 67.98%
GREEN value IS 10 (4.30% from 255) = 2.81%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=67.98%
G=2.81%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421010400.960.570.05335.6992.0649.41
HexF2A680603951505c31
Octal36212150014071552013461
Binary1111001010101101000011000001110011011010100001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f20a68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f20a68; }

 p { color: rgb(242,10,104); }

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

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

 a { background-color: rgb(242,10,104); }

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

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

 span { border-color: rgb(242,10,104); }

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