#F00956

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

Shades of Razzmatazz #F00956

Tints of Razzmatazz #F00956

Color information

#F00956 (or 0xF00956) is unknown color: approx Razzmatazz. HEX triplet: F0, 09 and 56. RGB value is (240,9,86). Sum of RGB (Red+Green+Blue) = 240+9+86=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F00956 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00956 is #0FF6A9. Grayscale: #565656. Windows color (decimal): -1046186 or 5638640. OLE color: 5638640.

HSL color Cylindrical-coordinate representation of color #F00956: hue angle of 340º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00956 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB240986-
CMYK00.960.640.06
HSL340º92.77%48.82%-
HSV(B)340º96.25%94.12%-
XYZ37.7119.3910.56-
YUV86.85127.53237.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.64%
GREEN value IS 9 (3.91% from 255) = 2.69%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=71.64%
G=2.69%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24098600.960.640.0634092.7748.82
HexF09560604061545d31
Octal360111260140100652413561
Binary11110000100110101100110000010000001101010101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00956; }

 p { color: rgb(240,9,86); }

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

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

 a { background-color: rgb(240,9,86); }

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

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

 span { border-color: rgb(240,9,86); }

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