#FE0F6D

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

Shades of Razzmatazz #FE0F6D

Tints of Razzmatazz #FE0F6D

Color information

#FE0F6D (or 0xFE0F6D) is unknown color: approx Razzmatazz. HEX triplet: FE, 0F and 6D. RGB value is (254,15,109). Sum of RGB (Red+Green+Blue) = 254+15+109=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F6D is #01F092. Grayscale: #616161. Windows color (decimal): -127123 or 7147518. OLE color: 7147518.

HSL color Cylindrical-coordinate representation of color #FE0F6D: hue angle of 336.4º 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 #FE0F6D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB25415109-
CMYK00.940.570.00
HSL336.4º99.17%52.75%-
HSV(B)336.4º94.09%99.61%-
XYZ43.822.5216.51-
YUV97.18134.68239.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.20%
GREEN value IS 15 (6.25% from 255) = 3.97%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=67.20%
G=3.97%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541510900.940.570.00336.499.1752.75
HexFEF6D05E3901506335
Octal37617155013671052014365
Binary11111110111111011010101111011100101010100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0F6D; }

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

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

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

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

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

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

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

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