#fe47d1

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

Shades of Razzle Dazzle Rose #FE47D1

Tints of Razzle Dazzle Rose #FE47D1

Color information

#FE47D1 (or 0xFE47D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 47 and D1. RGB value is (254,71,209). Sum of RGB (Red+Green+Blue) = 254+71+209=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 71 (28.12% from 255 or 13.30% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47D1 is #01B82E. Grayscale: #8D8D8D. Windows color (decimal): -112687 or 13715454. OLE color: 13715454.

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

Color convert

RGB25471209-
CMYK00.720.180.00
HSL314.75º98.92%63.73%-
HSV(B)314.75º72.05%99.61%-
XYZ54.6330.1863.27-
YUV141.45166.13208.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.57%
GREEN value IS 71 (28.12% from 255) = 13.30%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=47.57%
G=13.30%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547120900.720.180.00314.7598.9263.73
HexFE47D104812013b6340
Octal3761073210110220473143100
Binary111111101000111110100010100100010010010011101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe47d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe47d1; }

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

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

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

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

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

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

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

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