#FE075C

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

Shades of Razzmatazz #FE075C

Tints of Razzmatazz #FE075C

Color information

#FE075C (or 0xFE075C) is unknown color: approx Razzmatazz. HEX triplet: FE, 07 and 5C. RGB value is (254,7,92). Sum of RGB (Red+Green+Blue) = 254+7+92=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE075C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE075C is #01F8A3. Grayscale: #5A5A5A. Windows color (decimal): -129188 or 6031358. OLE color: 6031358.

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

Color convert

RGB254792-
CMYK00.970.640.00
HSL339.35º99.2%51.18%-
HSV(B)339.35º97.24%99.61%-
XYZ42.882212.11-
YUV90.54128.83244.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 71.95%
GREEN value IS 7 (3.12% from 255) = 1.98%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=71.95%
G=1.98%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25479200.970.640.00339.3599.251.18
HexFE75C0614001536333
Octal37671340141100052314363
Binary11111110111101110001100001100000001010100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE075C; }

 p { color: rgb(254,7,92); }

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

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

 a { background-color: rgb(254,7,92); }

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

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

 span { border-color: rgb(254,7,92); }

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