#F01053

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

Shades of Razzmatazz #F01053

Tints of Razzmatazz #F01053

Color information

#F01053 (or 0xF01053) is unknown color: approx Razzmatazz. HEX triplet: F0, 10 and 53. RGB value is (240,16,83). Sum of RGB (Red+Green+Blue) = 240+16+83=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F01053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01053 is #0FEFAC. Grayscale: #5A5A5A. Windows color (decimal): -1044397 or 5443824. OLE color: 5443824.

HSL color Cylindrical-coordinate representation of color #F01053: hue angle of 342.05º 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 #F01053 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB2401683-
CMYK00.930.650.06
HSL342.05º88.19%50.2%-
HSV(B)342.05º93.33%94.12%-
XYZ37.6819.529.97-
YUV90.61123.71234.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 70.80%
GREEN value IS 16 (6.64% from 255) = 4.72%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=70.80%
G=4.72%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240168300.930.650.06342.0588.1950.2
HexF0105305D4161565832
Octal360201230135101652613062
Binary111100001000010100110101110110000011101010101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01053; }

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

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

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

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

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

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

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

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