#FE47DC

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

Shades of Razzle Dazzle Rose #FE47DC

Tints of Razzle Dazzle Rose #FE47DC

Color information

#FE47DC (or 0xFE47DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 47 and DC. RGB value is (254,71,220). Sum of RGB (Red+Green+Blue) = 254+71+220=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 71 (28.12% from 255 or 13.03% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47DC is #01B823. Grayscale: #8E8E8E. Windows color (decimal): -112676 or 14436350. OLE color: 14436350.

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

Color convert

RGB25471220-
CMYK00.720.130.00
HSL311.15º98.92%63.73%-
HSV(B)311.15º72.05%99.61%-
XYZ56.0430.7470.69-
YUV142.7171.63207.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 71 (28.12% from 255) = 13.03%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=46.61%
G=13.03%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547122000.720.130.00311.1598.9263.73
HexFE47DC048D01376340
Octal3761073340110150467143100
Binary11111110100011111011100010010001101010011011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE47DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE47DC; }

 p { color: rgb(254,71,220); }

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

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

 a { background-color: rgb(254,71,220); }

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

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

 span { border-color: rgb(254,71,220); }

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