#FC48D0

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

Shades of Razzle Dazzle Rose #FC48D0

Tints of Razzle Dazzle Rose #FC48D0

Color information

#FC48D0 (or 0xFC48D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 48 and D0. RGB value is (252,72,208). Sum of RGB (Red+Green+Blue) = 252+72+208=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC48D0 is #03B72F. Grayscale: #8C8C8C. Windows color (decimal): -243504 or 13650172. OLE color: 13650172.

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

Color convert

RGB25272208-
CMYK00.710.170.01
HSL314.67º96.77%63.53%-
HSV(B)314.67º71.43%98.82%-
XYZ53.8529.8862.6-
YUV141.32165.63206.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.37%
GREEN value IS 72 (28.52% from 255) = 13.53%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=47.37%
G=13.53%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527220800.710.170.01314.6796.7763.53
HexFC48D004711113b6140
Octal3741103200107211473141100
Binary111111001001000110100000100011110001110011101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC48D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC48D0; }

 p { color: rgb(252,72,208); }

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

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

 a { background-color: rgb(252,72,208); }

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

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

 span { border-color: rgb(252,72,208); }

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