#FC47BA

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

Shades of Razzle Dazzle Rose #FC47BA

Tints of Razzle Dazzle Rose #FC47BA

Color information

#FC47BA (or 0xFC47BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 47 and BA. RGB value is (252,71,186). Sum of RGB (Red+Green+Blue) = 252+71+186=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC47BA is #03B845. Grayscale: #898989. Windows color (decimal): -243782 or 12208124. OLE color: 12208124.

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

Color convert

RGB25271186-
CMYK00.720.260.01
HSL321.88º96.79%63.33%-
HSV(B)321.88º71.83%98.82%-
XYZ51.2628.7549.3-
YUV138.23154.97209.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.51%
GREEN value IS 71 (28.12% from 255) = 13.95%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=49.51%
G=13.95%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527118600.720.260.01321.8896.7963.33
HexFC47BA0481A1142613f
Octal374107272011032150214177
Binary11111100100011110111010010010001101011010000101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC47BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC47BA; }

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

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

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

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

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

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

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

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