#FE47C5

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

Shades of Razzle Dazzle Rose #FE47C5

Tints of Razzle Dazzle Rose #FE47C5

Color information

#FE47C5 (or 0xFE47C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 47 and C5. RGB value is (254,71,197). Sum of RGB (Red+Green+Blue) = 254+71+197=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47C5 is #01B83A. Grayscale: #8B8B8B. Windows color (decimal): -112699 or 12929022. OLE color: 12929022.

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

Color convert

RGB25471197-
CMYK00.720.220.00
HSL318.69º98.92%63.73%-
HSV(B)318.69º72.05%99.61%-
XYZ53.229.6155.73-
YUV140.08160.13209.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.66%
GREEN value IS 71 (28.12% from 255) = 13.60%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=48.66%
G=13.60%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547119700.720.220.00318.6998.9263.73
HexFE47C504816013f6340
Octal3761073050110260477143100
Binary111111101000111110001010100100010110010011111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE47C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE47C5; }

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

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

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

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

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

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

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

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