#FC4DA0

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

Shades of Brilliant Rose #FC4DA0

Tints of Brilliant Rose #FC4DA0

Color information

#FC4DA0 (or 0xFC4DA0) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4D and A0. RGB value is (252,77,160). Sum of RGB (Red+Green+Blue) = 252+77+160=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4DA0 is #03B25F. Grayscale: #8A8A8A. Windows color (decimal): -242272 or 10505724. OLE color: 10505724.

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

Color convert

RGB25277160-
CMYK00.690.370.01
HSL331.54º96.69%64.51%-
HSV(B)331.54º69.44%98.82%-
XYZ49.1428.5436.18-
YUV138.79139.98208.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.53%
GREEN value IS 77 (30.47% from 255) = 15.75%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=51.53%
G=15.75%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527716000.690.370.01331.5496.6964.51
HexFC4DA004525114c6141
Octal3741152400105451514141101
Binary1111110010011011010000001000101100101110100110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4DA0; }

 p { color: rgb(252,77,160); }

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

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

 a { background-color: rgb(252,77,160); }

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

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

 span { border-color: rgb(252,77,160); }

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