#F00272

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

Shades of Razzmatazz #F00272

Tints of Razzmatazz #F00272

Color information

#F00272 (or 0xF00272) is unknown color: approx Razzmatazz. HEX triplet: F0, 02 and 72. RGB value is (240,2,114). Sum of RGB (Red+Green+Blue) = 240+2+114=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F00272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00272 is #0FFD8D. Grayscale: #555555. Windows color (decimal): -1047950 or 7471856. OLE color: 7471856.

HSL color Cylindrical-coordinate representation of color #F00272: hue angle of 331.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00272 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB2402114-
CMYK00.990.520.06
HSL331.76º98.35%47.45%-
HSV(B)331.76º99.17%94.12%-
XYZ38.9919.7817.68-
YUV85.93143.85237.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.42%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=67.42%
G=0.56%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240211400.990.520.06331.7698.3547.45
HexF027206334614c622f
Octal3602162014364651414257
Binary11110000101110010011000111101001101010011001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00272; }

 p { color: rgb(240,2,114); }

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

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

 a { background-color: rgb(240,2,114); }

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

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

 span { border-color: rgb(240,2,114); }

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