#F10A68

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

Shades of Razzmatazz #F10A68

Tints of Razzmatazz #F10A68

Color information

#F10A68 (or 0xF10A68) is unknown color: approx Razzmatazz. HEX triplet: F1, 0A and 68. RGB value is (241,10,104). Sum of RGB (Red+Green+Blue) = 241+10+104=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A68 is #0EF597. Grayscale: #595959. Windows color (decimal): -980376 or 6818545. OLE color: 6818545.

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

Color convert

RGB24110104-
CMYK00.960.570.05
HSL335.58º92.03%49.22%-
HSV(B)335.58º95.85%94.51%-
XYZ38.8819.9214.89-
YUV89.78136.03235.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.89%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=67.89%
G=2.82%
B=29.30%

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
Decimal2411010400.960.570.05335.5892.0349.22
HexF1A680603951505c31
Octal36112150014071552013461
Binary1111000110101101000011000001110011011010100001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10A68; }

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

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

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

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

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

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

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

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