#FE0972

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

Shades of Razzmatazz #FE0972

Tints of Razzmatazz #FE0972

Color information

#FE0972 (or 0xFE0972) is unknown color: approx Razzmatazz. HEX triplet: FE, 09 and 72. RGB value is (254,9,114). Sum of RGB (Red+Green+Blue) = 254+9+114=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0972 is #01F68D. Grayscale: #5E5E5E. Windows color (decimal): -128654 or 7473662. OLE color: 7473662.

HSL color Cylindrical-coordinate representation of color #FE0972: hue angle of 334.29º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0972 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB2549114-
CMYK00.960.550.00
HSL334.29º99.19%51.57%-
HSV(B)334.29º96.46%99.61%-
XYZ44.0122.4817.94-
YUV94.22139.17241.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.37%
GREEN value IS 9 (3.91% from 255) = 2.39%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=67.37%
G=2.39%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254911400.960.550.00334.2999.1951.57
HexFE97206037014e6334
Octal37611162014067051614364
Binary11111110100111100100110000011011101010011101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0972; }

 p { color: rgb(254,9,114); }

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

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

 a { background-color: rgb(254,9,114); }

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

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

 span { border-color: rgb(254,9,114); }

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