#F30170

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

Shades of Razzmatazz #F30170

Tints of Razzmatazz #F30170

Color information

#F30170 (or 0xF30170) is unknown color: approx Razzmatazz. HEX triplet: F3, 01 and 70. RGB value is (243,1,112). Sum of RGB (Red+Green+Blue) = 243+1+112=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F30170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30170 is #0CFE8F. Grayscale: #555555. Windows color (decimal): -851600 or 7340531. OLE color: 7340531.

HSL color Cylindrical-coordinate representation of color #F30170: hue angle of 332.48º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30170 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB2431112-
CMYK01.000.540.05
HSL332.48º99.18%47.84%-
HSV(B)332.48º99.59%95.29%-
XYZ39.920.2517.13-
YUV86.01142.67239.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 68.26%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=68.26%
G=0.28%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243111201.000.540.05332.4899.1847.84
HexF317006436514c6330
Octal3631160014466551414360
Binary1111001111110000011001001101101011010011001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30170; }

 p { color: rgb(243,1,112); }

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

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

 a { background-color: rgb(243,1,112); }

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

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

 span { border-color: rgb(243,1,112); }

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