#F10F5E

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

Shades of Razzmatazz #F10F5E

Tints of Razzmatazz #F10F5E

Color information

#F10F5E (or 0xF10F5E) is unknown color: approx Razzmatazz. HEX triplet: F1, 0F and 5E. RGB value is (241,15,94). Sum of RGB (Red+Green+Blue) = 241+15+94=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10F5E is #0EF0A1. Grayscale: #5B5B5B. Windows color (decimal): -979106 or 6164465. OLE color: 6164465.

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

Color convert

RGB2411594-
CMYK00.940.610.05
HSL339.03º88.98%50.2%-
HSV(B)339.03º93.78%94.51%-
XYZ38.4719.8512.39-
YUV91.58129.37234.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 68.86%
GREEN value IS 15 (6.25% from 255) = 4.29%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=68.86%
G=4.29%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241159400.940.610.05339.0388.9850.2
HexF1F5E05E3D51535932
Octal36117136013675552313162
Binary1111000111111011110010111101111011011010100111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10F5E; }

 p { color: rgb(241,15,94); }

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

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

 a { background-color: rgb(241,15,94); }

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

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

 span { border-color: rgb(241,15,94); }

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