#FC51B6

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

Shades of Brilliant Rose #FC51B6

Tints of Brilliant Rose #FC51B6

Color information

#FC51B6 (or 0xFC51B6) is unknown color: approx Brilliant Rose. HEX triplet: FC, 51 and B6. RGB value is (252,81,182). Sum of RGB (Red+Green+Blue) = 252+81+182=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51B6 is #03AE49. Grayscale: #8F8F8F. Windows color (decimal): -241226 or 11948540. OLE color: 11948540.

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

Color convert

RGB25281182-
CMYK00.680.280.01
HSL324.56º96.61%65.29%-
HSV(B)324.56º67.86%98.82%-
XYZ51.5329.9647.32-
YUV143.64149.65205.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 81 (32.03% from 255) = 15.73%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=48.93%
G=15.73%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528118200.680.280.01324.5696.6165.29
HexFC51B60441C11456141
Octal3741212660104341505141101
Binary111111001010001101101100100010011100110100010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC51B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC51B6; }

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

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

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

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

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

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

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

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