#FC48D3

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

Shades of Razzle Dazzle Rose #FC48D3

Tints of Razzle Dazzle Rose #FC48D3

Color information

#FC48D3 (or 0xFC48D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 48 and D3. RGB value is (252,72,211). Sum of RGB (Red+Green+Blue) = 252+72+211=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC48D3 is #03B72C. Grayscale: #8D8D8D. Windows color (decimal): -243501 or 13846780. OLE color: 13846780.

HSL color Cylindrical-coordinate representation of color #FC48D3: hue angle of 313.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 #FC48D3 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB25272211-
CMYK00.710.160.01
HSL313.67º96.77%63.53%-
HSV(B)313.67º71.43%98.82%-
XYZ54.2230.0364.57-
YUV141.67167.13206.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.10%
GREEN value IS 72 (28.52% from 255) = 13.46%
BLUE value IS 211 (82.81% from 255) = 39.44%
R=47.10%
G=13.46%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527221100.710.160.01313.6796.7763.53
HexFC48D304710113a6140
Octal3741103230107201472141100
Binary111111001001000110100110100011110000110011101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC48D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC48D3; }

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

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

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

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

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

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

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

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