#F0015E

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

Shades of Razzmatazz #F0015E

Tints of Razzmatazz #F0015E

Color information

#F0015E (or 0xF0015E) is unknown color: approx Razzmatazz. HEX triplet: F0, 01 and 5E. RGB value is (240,1,94). Sum of RGB (Red+Green+Blue) = 240+1+94=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0015E is #0FFEA1. Grayscale: #525252. Windows color (decimal): -1048226 or 6160880. OLE color: 6160880.

HSL color Cylindrical-coordinate representation of color #F0015E: hue angle of 336.65º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0015E is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB240194-
CMYK01.000.610.06
HSL336.65º99.17%47.25%-
HSV(B)336.65º99.58%94.12%-
XYZ37.9719.3612.32-
YUV83.06134.18239.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.64%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=71.64%
G=0.30%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019401.000.610.06336.6599.1747.25
HexF015E0643D6151632f
Octal3601136014475652114357
Binary1111000011011110011001001111011101010100011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0015E; }

 p { color: rgb(240,1,94); }

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

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

 a { background-color: rgb(240,1,94); }

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

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

 span { border-color: rgb(240,1,94); }

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