#FC5BA0

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

Shades of Brilliant Rose #FC5BA0

Tints of Brilliant Rose #FC5BA0

Color information

#FC5BA0 (or 0xFC5BA0) is unknown color: approx Brilliant Rose. HEX triplet: FC, 5B and A0. RGB value is (252,91,160). Sum of RGB (Red+Green+Blue) = 252+91+160=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5BA0 is #03A45F. Grayscale: #929292. Windows color (decimal): -238688 or 10509308. OLE color: 10509308.

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

Color convert

RGB25291160-
CMYK00.640.370.01
HSL334.29º96.41%67.25%-
HSV(B)334.29º63.89%98.82%-
XYZ50.2330.7236.54-
YUV147135.34202.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.10%
GREEN value IS 91 (35.94% from 255) = 18.09%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=50.10%
G=18.09%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529116000.640.370.01334.2996.4167.25
HexFC5BA004025114e6043
Octal3741332400100451516140103
Binary1111110010110111010000001000000100101110100111011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5BA0; }

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

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

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

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

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

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

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

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