#F10D67

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

Shades of Razzmatazz #F10D67

Tints of Razzmatazz #F10D67

Color information

#F10D67 (or 0xF10D67) is unknown color: approx Razzmatazz. HEX triplet: F1, 0D and 67. RGB value is (241,13,103). Sum of RGB (Red+Green+Blue) = 241+13+103=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D67 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10D67 is #0EF298. Grayscale: #5B5B5B. Windows color (decimal): -979609 or 6753777. OLE color: 6753777.

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

Color convert

RGB24113103-
CMYK00.950.570.05
HSL336.32º89.76%49.8%-
HSV(B)336.32º94.61%94.51%-
XYZ38.8719.9714.64-
YUV91.43134.54234.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.51%
GREEN value IS 13 (5.47% from 255) = 3.64%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=67.51%
G=3.64%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411310300.950.570.05336.3289.7649.8
HexF1D6705F3951505a32
Octal36115147013771552013262
Binary1111000111011100111010111111110011011010100001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10D67; }

 p { color: rgb(241,13,103); }

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

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

 a { background-color: rgb(241,13,103); }

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

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

 span { border-color: rgb(241,13,103); }

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