#FC4EA5

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

Shades of Brilliant Rose #FC4EA5

Tints of Brilliant Rose #FC4EA5

Color information

#FC4EA5 (or 0xFC4EA5) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4E and A5. RGB value is (252,78,165). Sum of RGB (Red+Green+Blue) = 252+78+165=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4EA5 is #03B15A. Grayscale: #8B8B8B. Windows color (decimal): -242011 or 10833660. OLE color: 10833660.

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

Color convert

RGB25278165-
CMYK00.690.350.01
HSL330º96.67%64.71%-
HSV(B)330º69.05%98.82%-
XYZ49.6628.8638.55-
YUV139.94142.15207.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 78 (30.86% from 255) = 15.76%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=50.91%
G=15.76%
B=33.33%

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
Decimal2527816500.690.350.0133096.6764.71
HexFC4EA504523114a6141
Octal3741162450105431512141101
Binary1111110010011101010010101000101100011110100101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4EA5; }

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

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

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

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

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

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

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

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