#F01352

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

Shades of Razzmatazz #F01352

Tints of Razzmatazz #F01352

Color information

#F01352 (or 0xF01352) is unknown color: approx Razzmatazz. HEX triplet: F0, 13 and 52. RGB value is (240,19,82). Sum of RGB (Red+Green+Blue) = 240+19+82=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F01352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01352 is #0FECAD. Grayscale: #5C5C5C. Windows color (decimal): -1043630 or 5379056. OLE color: 5379056.

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

Color convert

RGB2401982-
CMYK00.920.660.06
HSL342.9º88.05%50.78%-
HSV(B)342.9º92.08%94.12%-
XYZ37.6919.69.78-
YUV92.26122.22233.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 70.38%
GREEN value IS 19 (7.81% from 255) = 5.57%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=70.38%
G=5.57%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240198200.920.660.06342.988.0550.78
HexF0135205C4261575833
Octal360231220134102652713063
Binary111100001001110100100101110010000101101010101111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01352; }

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

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

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

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

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

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

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

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