#FE0F5E

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

Shades of Razzmatazz #FE0F5E

Tints of Razzmatazz #FE0F5E

Color information

#FE0F5E (or 0xFE0F5E) is unknown color: approx Razzmatazz. HEX triplet: FE, 0F and 5E. RGB value is (254,15,94). Sum of RGB (Red+Green+Blue) = 254+15+94=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F5E is #01F0A1. Grayscale: #5F5F5F. Windows color (decimal): -127138 or 6164478. OLE color: 6164478.

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

Color convert

RGB2541594-
CMYK00.940.630.00
HSL340.17º99.17%52.75%-
HSV(B)340.17º94.09%99.61%-
XYZ43.0622.2212.61-
YUV95.47127.18241.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.97%
GREEN value IS 15 (6.25% from 255) = 4.13%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=69.97%
G=4.13%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254159400.940.630.00340.1799.1752.75
HexFEF5E05E3F01546335
Octal37617136013677052414365
Binary11111110111110111100101111011111101010101001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0F5E; }

 p { color: rgb(254,15,94); }

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

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

 a { background-color: rgb(254,15,94); }

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

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

 span { border-color: rgb(254,15,94); }

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