#FD47E5

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

Shades of Razzle Dazzle Rose #FD47E5

Tints of Razzle Dazzle Rose #FD47E5

Color information

#FD47E5 (or 0xFD47E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 47 and E5. RGB value is (253,71,229). Sum of RGB (Red+Green+Blue) = 253+71+229=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 71 (28.12% from 255 or 12.84% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD47E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD47E5 is #02B81A. Grayscale: #8E8E8E. Windows color (decimal): -178203 or 15026173. OLE color: 15026173.

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

Color convert

RGB25371229-
CMYK00.720.090.01
HSL307.91º97.85%63.53%-
HSV(B)307.91º71.94%99.22%-
XYZ56.931.0577.12-
YUV143.43176.3206.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 71 (28.12% from 255) = 12.84%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=45.75%
G=12.84%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537122900.720.090.01307.9197.8563.53
HexFD47E5048911346240
Octal3751073450110111464142100
Binary11111101100011111100101010010001001110011010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD47E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD47E5; }

 p { color: rgb(253,71,229); }

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

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

 a { background-color: rgb(253,71,229); }

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

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

 span { border-color: rgb(253,71,229); }

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