#FC4BDC

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

Shades of Razzle Dazzle Rose #FC4BDC

Tints of Razzle Dazzle Rose #FC4BDC

Color information

#FC4BDC (or 0xFC4BDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 4B and DC. RGB value is (252,75,220). Sum of RGB (Red+Green+Blue) = 252+75+220=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 75 (29.69% from 255 or 13.71% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4BDC is #03B423. Grayscale: #909090. Windows color (decimal): -242724 or 14437372. OLE color: 14437372.

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

Color convert

RGB25275220-
CMYK00.700.130.01
HSL310.85º96.72%64.12%-
HSV(B)310.85º70.24%98.82%-
XYZ55.5830.8970.74-
YUV144.45170.64204.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 75 (29.69% from 255) = 13.71%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=46.07%
G=13.71%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527522000.700.130.01310.8596.7264.12
HexFC4BDC046D11376140
Octal3741133340106151467141100
Binary11111100100101111011100010001101101110011011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4BDC; }

 p { color: rgb(252,75,220); }

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

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

 a { background-color: rgb(252,75,220); }

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

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

 span { border-color: rgb(252,75,220); }

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