#FC51AD

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

Shades of Brilliant Rose #FC51AD

Tints of Brilliant Rose #FC51AD

Color information

#FC51AD (or 0xFC51AD) is unknown color: approx Brilliant Rose. HEX triplet: FC, 51 and AD. RGB value is (252,81,173). Sum of RGB (Red+Green+Blue) = 252+81+173=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51AD is #03AE52. Grayscale: #8E8E8E. Windows color (decimal): -241235 or 11358716. OLE color: 11358716.

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

Color convert

RGB25281173-
CMYK00.680.310.01
HSL327.72º96.61%65.29%-
HSV(B)327.72º67.86%98.82%-
XYZ50.6329.642.58-
YUV142.62145.15206.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.80%
GREEN value IS 81 (32.03% from 255) = 16.01%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=49.80%
G=16.01%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528117300.680.310.01327.7296.6165.29
HexFC51AD0441F11486141
Octal3741212550104371510141101
Binary111111001010001101011010100010011111110100100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC51AD; }

 p { color: rgb(252,81,173); }

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

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

 a { background-color: rgb(252,81,173); }

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

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

 span { border-color: rgb(252,81,173); }

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