#FC4EA4

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

Shades of Brilliant Rose #FC4EA4

Tints of Brilliant Rose #FC4EA4

Color information

#FC4EA4 (or 0xFC4EA4) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4E and A4. RGB value is (252,78,164). Sum of RGB (Red+Green+Blue) = 252+78+164=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4EA4 is #03B15B. Grayscale: #8B8B8B. Windows color (decimal): -242012 or 10768124. OLE color: 10768124.

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

Color convert

RGB25278164-
CMYK00.690.350.01
HSL330.34º96.67%64.71%-
HSV(B)330.34º69.05%98.82%-
XYZ49.5728.8238.07-
YUV139.83141.65208.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 78 (30.86% from 255) = 15.79%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=51.01%
G=15.79%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527816400.690.350.01330.3496.6764.71
HexFC4EA404523114a6141
Octal3741162440105431512141101
Binary1111110010011101010010001000101100011110100101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4EA4; }

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

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

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

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

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

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

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

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