#F01052

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

Shades of Razzmatazz #F01052

Tints of Razzmatazz #F01052

Color information

#F01052 (or 0xF01052) is unknown color: approx Razzmatazz. HEX triplet: F0, 10 and 52. RGB value is (240,16,82). Sum of RGB (Red+Green+Blue) = 240+16+82=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F01052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01052 is #0FEFAD. Grayscale: #5A5A5A. Windows color (decimal): -1044398 or 5378288. OLE color: 5378288.

HSL color Cylindrical-coordinate representation of color #F01052: hue angle of 342.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01052 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB2401682-
CMYK00.930.660.06
HSL342.32º88.19%50.2%-
HSV(B)342.32º93.33%94.12%-
XYZ37.6419.519.76-
YUV90.5123.21234.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.01%
GREEN value IS 16 (6.64% from 255) = 4.73%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=71.01%
G=4.73%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240168200.930.660.06342.3288.1950.2
HexF0105205D4261565832
Octal360201220135102652613062
Binary111100001000010100100101110110000101101010101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01052; }

 p { color: rgb(240,16,82); }

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

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

 a { background-color: rgb(240,16,82); }

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

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

 span { border-color: rgb(240,16,82); }

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