#FE1168

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

Shades of Razzmatazz #FE1168

Tints of Razzmatazz #FE1168

Color information

#FE1168 (or 0xFE1168) is unknown color: approx Razzmatazz. HEX triplet: FE, 11 and 68. RGB value is (254,17,104). Sum of RGB (Red+Green+Blue) = 254+17+104=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1168 is #01EE97. Grayscale: #616161. Windows color (decimal): -126616 or 6820350. OLE color: 6820350.

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

Color convert

RGB25417104-
CMYK00.930.590.00
HSL337.97º99.16%53.14%-
HSV(B)337.97º93.31%99.61%-
XYZ43.5722.4715.14-
YUV97.78131.52239.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.73%
GREEN value IS 17 (7.03% from 255) = 4.53%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=67.73%
G=4.53%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541710400.930.590.00337.9799.1653.14
HexFE116805D3B01526335
Octal37621150013573052214365
Binary111111101000111010000101110111101101010100101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1168; }

 p { color: rgb(254,17,104); }

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

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

 a { background-color: rgb(254,17,104); }

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

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

 span { border-color: rgb(254,17,104); }

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