#F90470

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

Shades of Razzmatazz #F90470

Tints of Razzmatazz #F90470

Color information

#F90470 (or 0xF90470) is unknown color: approx Razzmatazz. HEX triplet: F9, 04 and 70. RGB value is (249,4,112). Sum of RGB (Red+Green+Blue) = 249+4+112=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F90470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90470 is #06FB8F. Grayscale: #595959. Windows color (decimal): -457616 or 7341305. OLE color: 7341305.

HSL color Cylindrical-coordinate representation of color #F90470: hue angle of 333.55º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90470 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB2494112-
CMYK00.980.550.02
HSL333.55º96.84%49.61%-
HSV(B)333.55º98.39%97.65%-
XYZ42.0321.417.24-
YUV89.57140.67241.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 68.22%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=68.22%
G=1.10%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249411200.980.550.02333.5596.8449.61
HexF947006237214e6132
Octal3714160014267251614162
Binary11111001100111000001100010110111101010011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90470; }

 p { color: rgb(249,4,112); }

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

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

 a { background-color: rgb(249,4,112); }

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

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

 span { border-color: rgb(249,4,112); }

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