#FC57B0

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

Shades of Brilliant Rose #FC57B0

Tints of Brilliant Rose #FC57B0

Color information

#FC57B0 (or 0xFC57B0) is unknown color: approx Brilliant Rose. HEX triplet: FC, 57 and B0. RGB value is (252,87,176). Sum of RGB (Red+Green+Blue) = 252+87+176=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57B0 is #03A84F. Grayscale: #929292. Windows color (decimal): -239696 or 11556860. OLE color: 11556860.

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

Color convert

RGB25287176-
CMYK00.650.300.01
HSL327.64º96.49%66.47%-
HSV(B)327.64º65.48%98.82%-
XYZ51.3930.6544.28-
YUV146.48144.66203.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 87 (34.38% from 255) = 16.89%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=48.93%
G=16.89%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528717600.650.300.01327.6496.4966.47
HexFC57B00411E11486042
Octal3741272600101361510140102
Binary111111001010111101100000100000111110110100100011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC57B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC57B0; }

 p { color: rgb(252,87,176); }

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

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

 a { background-color: rgb(252,87,176); }

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

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

 span { border-color: rgb(252,87,176); }

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