#FC51A5

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

Shades of Brilliant Rose #FC51A5

Tints of Brilliant Rose #FC51A5

Color information

#FC51A5 (or 0xFC51A5) is unknown color: approx Brilliant Rose. HEX triplet: FC, 51 and A5. RGB value is (252,81,165). Sum of RGB (Red+Green+Blue) = 252+81+165=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51A5 is #03AE5A. Grayscale: #8D8D8D. Windows color (decimal): -241243 or 10834428. OLE color: 10834428.

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

Color convert

RGB25281165-
CMYK00.680.350.01
HSL330.53º96.61%65.29%-
HSV(B)330.53º67.86%98.82%-
XYZ49.8829.338.62-
YUV141.7141.15206.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.60%
GREEN value IS 81 (32.03% from 255) = 16.27%
BLUE value IS 165 (64.84% from 255) = 33.13%
R=50.60%
G=16.27%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528116500.680.350.01330.5396.6165.29
HexFC51A504423114b6141
Octal3741212450104431513141101
Binary1111110010100011010010101000100100011110100101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC51A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC51A5; }

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

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

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

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

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

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

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

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