#F10C59

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

Shades of Razzmatazz #F10C59

Tints of Razzmatazz #F10C59

Color information

#F10C59 (or 0xF10C59) is unknown color: approx Razzmatazz. HEX triplet: F1, 0C and 59. RGB value is (241,12,89). Sum of RGB (Red+Green+Blue) = 241+12+89=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10C59 is #0EF3A6. Grayscale: #595959. Windows color (decimal): -979879 or 5836017. OLE color: 5836017.

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

Color convert

RGB2411289-
CMYK00.950.630.05
HSL339.83º90.51%49.61%-
HSV(B)339.83º95.02%94.51%-
XYZ38.2119.6811.24-
YUV89.25127.87236.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 70.47%
GREEN value IS 12 (5.08% from 255) = 3.51%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=70.47%
G=3.51%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241128900.950.630.05339.8390.5149.61
HexF1C5905F3F51545b32
Octal36114131013777552413362
Binary1111000111001011001010111111111111011010101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10C59; }

 p { color: rgb(241,12,89); }

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

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

 a { background-color: rgb(241,12,89); }

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

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

 span { border-color: rgb(241,12,89); }

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