#FC4EB0

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

Shades of Brilliant Rose #FC4EB0

Tints of Brilliant Rose #FC4EB0

Color information

#FC4EB0 (or 0xFC4EB0) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4E and B0. RGB value is (252,78,176). Sum of RGB (Red+Green+Blue) = 252+78+176=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4EB0 is #03B14F. Grayscale: #8C8C8C. Windows color (decimal): -242000 or 11554556. OLE color: 11554556.

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

Color convert

RGB25278176-
CMYK00.690.300.01
HSL326.21º96.67%64.71%-
HSV(B)326.21º69.05%98.82%-
XYZ50.7129.2844.05-
YUV141.2147.65207.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.80%
GREEN value IS 78 (30.86% from 255) = 15.42%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=49.80%
G=15.42%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527817600.690.300.01326.2196.6764.71
HexFC4EB00451E11466141
Octal3741162600105361506141101
Binary111111001001110101100000100010111110110100011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4EB0; }

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

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

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

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

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

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

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

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