#F10D6E

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

Shades of Razzmatazz #F10D6E

Tints of Razzmatazz #F10D6E

Color information

#F10D6E (or 0xF10D6E) is unknown color: approx Razzmatazz. HEX triplet: F1, 0D and 6E. RGB value is (241,13,110). Sum of RGB (Red+Green+Blue) = 241+13+110=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10D6E is #0EF291. Grayscale: #5C5C5C. Windows color (decimal): -979602 or 7212529. OLE color: 7212529.

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

Color convert

RGB24113110-
CMYK00.950.540.05
HSL334.47º89.76%49.8%-
HSV(B)334.47º94.61%94.51%-
XYZ39.2320.1116.57-
YUV92.23138.04234.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.21%
GREEN value IS 13 (5.47% from 255) = 3.57%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=66.21%
G=3.57%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411311000.950.540.05334.4789.7649.8
HexF1D6E05F36514e5a32
Octal36115156013766551613262
Binary1111000111011101110010111111101101011010011101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10D6E; }

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

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

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

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

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

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

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

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