#FE45D8

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

Shades of Razzle Dazzle Rose #FE45D8

Tints of Razzle Dazzle Rose #FE45D8

Color information

#FE45D8 (or 0xFE45D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 45 and D8. RGB value is (254,69,216). Sum of RGB (Red+Green+Blue) = 254+69+216=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 69 (27.34% from 255 or 12.80% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE45D8 is #01BA27. Grayscale: #8C8C8C. Windows color (decimal): -113192 or 14173694. OLE color: 14173694.

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

Color convert

RGB25469216-
CMYK00.730.150.00
HSL312.32º98.93%63.33%-
HSV(B)312.32º72.83%99.61%-
XYZ55.430.2867.89-
YUV141.07170.29208.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 69 (27.34% from 255) = 12.80%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=47.12%
G=12.80%
B=40.07%

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
Decimal2546921600.730.150.00312.3298.9363.33
HexFE45D8049F0138633f
Octal376105330011117047014377
Binary1111111010001011101100001001001111101001110001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE45D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE45D8; }

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

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

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

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

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

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

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

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