#FC4CD5

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

Shades of Razzle Dazzle Rose #FC4CD5

Tints of Razzle Dazzle Rose #FC4CD5

Color information

#FC4CD5 (or 0xFC4CD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 4C and D5. RGB value is (252,76,213). Sum of RGB (Red+Green+Blue) = 252+76+213=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CD5 is #03B32A. Grayscale: #8F8F8F. Windows color (decimal): -242475 or 13978876. OLE color: 13978876.

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

Color convert

RGB25276213-
CMYK00.700.150.01
HSL313.3º96.7%64.31%-
HSV(B)313.3º69.84%98.82%-
XYZ54.7430.6765.99-
YUV144.24166.81204.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 76 (30.08% from 255) = 14.05%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=46.58%
G=14.05%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527621300.700.150.01313.396.764.31
HexFC4CD5046F11396140
Octal3741143250106171471141100
Binary11111100100110011010101010001101111110011100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4CD5; }

 p { color: rgb(252,76,213); }

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

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

 a { background-color: rgb(252,76,213); }

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

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

 span { border-color: rgb(252,76,213); }

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