#FC47DB

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

Shades of Razzle Dazzle Rose #FC47DB

Tints of Razzle Dazzle Rose #FC47DB

Color information

#FC47DB (or 0xFC47DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 47 and DB. RGB value is (252,71,219). Sum of RGB (Red+Green+Blue) = 252+71+219=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 71 (28.12% from 255 or 13.10% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC47DB is #03B824. Grayscale: #8D8D8D. Windows color (decimal): -243749 or 14370812. OLE color: 14370812.

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

Color convert

RGB25271219-
CMYK00.720.130.01
HSL310.94º96.79%63.33%-
HSV(B)310.94º71.83%98.82%-
XYZ55.1830.3269.96-
YUV141.99171.47206.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 71 (28.12% from 255) = 13.10%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=46.49%
G=13.10%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527121900.720.130.01310.9496.7963.33
HexFC47DB048D1137613f
Octal374107333011015146714177
Binary1111110010001111101101101001000110111001101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC47DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC47DB; }

 p { color: rgb(252,71,219); }

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

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

 a { background-color: rgb(252,71,219); }

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

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

 span { border-color: rgb(252,71,219); }

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