#F01856

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

Shades of Razzmatazz #F01856

Tints of Razzmatazz #F01856

Color information

#F01856 (or 0xF01856) is unknown color: approx Razzmatazz. HEX triplet: F0, 18 and 56. RGB value is (240,24,86). Sum of RGB (Red+Green+Blue) = 240+24+86=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F01856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01856 is #0FE7A9. Grayscale: #5F5F5F. Windows color (decimal): -1042346 or 5642480. OLE color: 5642480.

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

Color convert

RGB2402486-
CMYK00.90.640.06
HSL342.78º87.8%51.76%-
HSV(B)342.78º90%94.12%-
XYZ37.9419.8510.64-
YUV95.65122.56230.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 68.57%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=68.57%
G=6.86%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240248600.90.640.06342.7887.851.76
HexF0185605A4061575834
Octal360301260132100652713064
Binary111100001100010101100101101010000001101010101111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01856; }

 p { color: rgb(240,24,86); }

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

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

 a { background-color: rgb(240,24,86); }

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

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

 span { border-color: rgb(240,24,86); }

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