#F10564

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

Shades of Razzmatazz #F10564

Tints of Razzmatazz #F10564

Color information

#F10564 (or 0xF10564) is unknown color: approx Razzmatazz. HEX triplet: F1, 05 and 64. RGB value is (241,5,100). Sum of RGB (Red+Green+Blue) = 241+5+100=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F10564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10564 is #0EFA9B. Grayscale: #565656. Windows color (decimal): -981660 or 6555121. OLE color: 6555121.

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

Color convert

RGB2415100-
CMYK00.980.590.05
HSL335.85º95.93%48.24%-
HSV(B)335.85º97.93%94.51%-
XYZ38.6319.7313.83-
YUV86.39135.69238.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.65%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=69.65%
G=1.45%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241510000.980.590.05335.8595.9348.24
HexF15640623B51506030
Octal3615144014273552014060
Binary111100011011100100011000101110111011010100001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10564; }

 p { color: rgb(241,5,100); }

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

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

 a { background-color: rgb(241,5,100); }

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

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

 span { border-color: rgb(241,5,100); }

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