#FC51B5

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

Shades of Brilliant Rose #FC51B5

Tints of Brilliant Rose #FC51B5

Color information

#FC51B5 (or 0xFC51B5) is unknown color: approx Brilliant Rose. HEX triplet: FC, 51 and B5. RGB value is (252,81,181). Sum of RGB (Red+Green+Blue) = 252+81+181=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51B5 is #03AE4A. Grayscale: #8F8F8F. Windows color (decimal): -241227 or 11883004. OLE color: 11883004.

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

Color convert

RGB25281181-
CMYK00.680.280.01
HSL324.91º96.61%65.29%-
HSV(B)324.91º67.86%98.82%-
XYZ51.4329.9246.78-
YUV143.53149.15205.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 81 (32.03% from 255) = 15.76%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=49.03%
G=15.76%
B=35.21%

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
Decimal2528118100.680.280.01324.9196.6165.29
HexFC51B50441C11456141
Octal3741212650104341505141101
Binary111111001010001101101010100010011100110100010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC51B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC51B5; }

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

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

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

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

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

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

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

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