#FC5EA1

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

Shades of Brilliant Rose #FC5EA1

Tints of Brilliant Rose #FC5EA1

Color information

#FC5EA1 (or 0xFC5EA1) is unknown color: approx Brilliant Rose. HEX triplet: FC, 5E and A1. RGB value is (252,94,161). Sum of RGB (Red+Green+Blue) = 252+94+161=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5EA1 is #03A15E. Grayscale: #949494. Windows color (decimal): -237919 or 10575612. OLE color: 10575612.

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

Color convert

RGB25294161-
CMYK00.630.360.01
HSL334.56º96.34%67.84%-
HSV(B)334.56º62.7%98.82%-
XYZ50.5831.2737.09-
YUV148.88134.85201.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 94 (37.11% from 255) = 18.54%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=49.70%
G=18.54%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529416100.630.360.01334.5696.3467.84
HexFC5EA103F24114f6044
Octal374136241077441517140104
Binary111111001011110101000010111111100100110100111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5EA1; }

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

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

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

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

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

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

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

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