#FC48CE

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

Shades of Razzle Dazzle Rose #FC48CE

Tints of Razzle Dazzle Rose #FC48CE

Color information

#FC48CE (or 0xFC48CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 48 and CE. RGB value is (252,72,206). Sum of RGB (Red+Green+Blue) = 252+72+206=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 72 (28.52% from 255 or 13.58% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC48CE is #03B731. Grayscale: #8C8C8C. Windows color (decimal): -243506 or 13519100. OLE color: 13519100.

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

Color convert

RGB25272206-
CMYK00.710.180.01
HSL315.33º96.77%63.53%-
HSV(B)315.33º71.43%98.82%-
XYZ53.629.7961.32-
YUV141.1164.63207.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 72 (28.52% from 255) = 13.58%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=47.55%
G=13.58%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527220600.710.180.01315.3396.7763.53
HexFC48CE04712113b6140
Octal3741103160107221473141100
Binary111111001001000110011100100011110010110011101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC48CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC48CE; }

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

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

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

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

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

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

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

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