#F90058

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

Shades of Razzmatazz #F90058

Tints of Razzmatazz #F90058

Color information

#F90058 (or 0xF90058) is unknown color: approx Razzmatazz. HEX triplet: F9, 00 and 58. RGB value is (249,0,88). Sum of RGB (Red+Green+Blue) = 249+0+88=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F90058 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90058 is #06FFA7. Grayscale: #545454. Windows color (decimal): -458664 or 5767417. OLE color: 5767417.

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

Color convert

RGB249088-
CMYK010.650.02
HSL338.8º100%48.82%-
HSV(B)338.8º100%97.65%-
XYZ40.8320.8411.1-
YUV84.48129.99245.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 73.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=73.89%
G=0%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249088010.650.02338.810048.82
HexF90580644121536431
Octal37101300144101252314461
Binary1111100101011000011001001000001101010100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90058; }

 p { color: rgb(249,0,88); }

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

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

 a { background-color: rgb(249,0,88); }

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

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

 span { border-color: rgb(249,0,88); }

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