#FC4EAB

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

Shades of Brilliant Rose #FC4EAB

Tints of Brilliant Rose #FC4EAB

Color information

#FC4EAB (or 0xFC4EAB) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4E and AB. RGB value is (252,78,171). Sum of RGB (Red+Green+Blue) = 252+78+171=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4EAB is #03B154. Grayscale: #8C8C8C. Windows color (decimal): -242005 or 11226876. OLE color: 11226876.

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

Color convert

RGB25278171-
CMYK00.690.320.01
HSL327.93º96.67%64.71%-
HSV(B)327.93º69.05%98.82%-
XYZ50.2229.0841.5-
YUV140.63145.15207.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 78 (30.86% from 255) = 15.57%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=50.30%
G=15.57%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527817100.690.320.01327.9396.6764.71
HexFC4EAB0452011486141
Octal3741162530105401510141101
Binary1111110010011101010101101000101100000110100100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4EAB; }

 p { color: rgb(252,78,171); }

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

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

 a { background-color: rgb(252,78,171); }

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

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

 span { border-color: rgb(252,78,171); }

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