#FC57A1

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

Shades of Brilliant Rose #FC57A1

Tints of Brilliant Rose #FC57A1

Color information

#FC57A1 (or 0xFC57A1) is unknown color: approx Brilliant Rose. HEX triplet: FC, 57 and A1. RGB value is (252,87,161). Sum of RGB (Red+Green+Blue) = 252+87+161=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57A1 is #03A85E. Grayscale: #909090. Windows color (decimal): -239711 or 10573820. OLE color: 10573820.

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

Color convert

RGB25287161-
CMYK00.650.360.01
HSL333.09º96.49%66.47%-
HSV(B)333.09º65.48%98.82%-
XYZ49.9930.0936.89-
YUV144.77137.16204.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 87 (34.38% from 255) = 17.4%
BLUE value IS 161 (63.28% from 255) = 32.2%
R=50.4%
G=17.4%
B=32.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528716100.650.360.01333.0996.4966.47
HexFC57A104124114d6042
Octal3741272410101441515140102
Binary1111110010101111010000101000001100100110100110111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC57A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC57A1; }

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

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

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

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

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

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

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

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