#FC4EAC

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

Shades of Brilliant Rose #FC4EAC

Tints of Brilliant Rose #FC4EAC

Color information

#FC4EAC (or 0xFC4EAC) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4E and AC. RGB value is (252,78,172). Sum of RGB (Red+Green+Blue) = 252+78+172=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4EAC is #03B153. Grayscale: #8C8C8C. Windows color (decimal): -242004 or 11292412. OLE color: 11292412.

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

Color convert

RGB25278172-
CMYK00.690.320.01
HSL327.59º96.67%64.71%-
HSV(B)327.59º69.05%98.82%-
XYZ50.3229.1242-
YUV140.74145.65207.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.20%
GREEN value IS 78 (30.86% from 255) = 15.54%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=50.20%
G=15.54%
B=34.26%

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
Decimal2527817200.690.320.01327.5996.6764.71
HexFC4EAC0452011486141
Octal3741162540105401510141101
Binary1111110010011101010110001000101100000110100100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4EAC; }

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

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

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

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

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

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

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

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