#FE45D7

Color #FE45D7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FE45D7

Tints of Razzle Dazzle Rose #FE45D7

Color information

#FE45D7 (or 0xFE45D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 45 and D7. RGB value is (254,69,215). Sum of RGB (Red+Green+Blue) = 254+69+215=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 69 (27.34% from 255 or 12.83% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE45D7 is #01BA28. Grayscale: #8C8C8C. Windows color (decimal): -113193 or 14108158. OLE color: 14108158.

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

Color convert

RGB25469215-
CMYK00.730.150.00
HSL312.65º98.93%63.33%-
HSV(B)312.65º72.83%99.61%-
XYZ55.2730.2367.21-
YUV140.96169.79208.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.21%
GREEN value IS 69 (27.34% from 255) = 12.83%
BLUE value IS 215 (84.38% from 255) = 39.96%
R=47.21%
G=12.83%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546921500.730.150.00312.6598.9363.33
HexFE45D7049F0139633f
Octal376105327011117047114377
Binary1111111010001011101011101001001111101001110011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE45D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE45D7; }

 p { color: rgb(254,69,215); }

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

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

 a { background-color: rgb(254,69,215); }

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

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

 span { border-color: rgb(254,69,215); }

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