#FE45D6

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

Shades of Razzle Dazzle Rose #FE45D6

Tints of Razzle Dazzle Rose #FE45D6

Color information

#FE45D6 (or 0xFE45D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 45 and D6. RGB value is (254,69,214). Sum of RGB (Red+Green+Blue) = 254+69+214=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 69 (27.34% from 255 or 12.85% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE45D6 is #01BA29. Grayscale: #8C8C8C. Windows color (decimal): -113194 or 14042622. OLE color: 14042622.

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

Color convert

RGB25469214-
CMYK00.730.160.00
HSL312.97º98.93%63.33%-
HSV(B)312.97º72.83%99.61%-
XYZ55.1430.1866.54-
YUV140.84169.29208.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.30%
GREEN value IS 69 (27.34% from 255) = 12.85%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=47.30%
G=12.85%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546921400.730.160.00312.9798.9363.33
HexFE45D6049100139633f
Octal376105326011120047114377
Binary11111110100010111010110010010011000001001110011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE45D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE45D6; }

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

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

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

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

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

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

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

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