#F00F62

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

Shades of Razzmatazz #F00F62

Tints of Razzmatazz #F00F62

Color information

#F00F62 (or 0xF00F62) is unknown color: approx Razzmatazz. HEX triplet: F0, 0F and 62. RGB value is (240,15,98). Sum of RGB (Red+Green+Blue) = 240+15+98=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F62 is #0FF09D. Grayscale: #5B5B5B. Windows color (decimal): -1044638 or 6426608. OLE color: 6426608.

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

Color convert

RGB2401598-
CMYK00.940.590.06
HSL337.87º88.24%50%-
HSV(B)337.87º93.75%94.12%-
XYZ38.3119.7513.35-
YUV91.74131.54233.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.99%
GREEN value IS 15 (6.25% from 255) = 4.25%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=67.99%
G=4.25%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240159800.940.590.06337.8788.2450
HexF0F6205E3B61525832
Octal36017142013673652213062
Binary1111000011111100010010111101110111101010100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00F62; }

 p { color: rgb(240,15,98); }

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

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

 a { background-color: rgb(240,15,98); }

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

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

 span { border-color: rgb(240,15,98); }

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