#FC54AE

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

Shades of Brilliant Rose #FC54AE

Tints of Brilliant Rose #FC54AE

Color information

#FC54AE (or 0xFC54AE) is unknown color: approx Brilliant Rose. HEX triplet: FC, 54 and AE. RGB value is (252,84,174). Sum of RGB (Red+Green+Blue) = 252+84+174=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54AE is #03AB51. Grayscale: #909090. Windows color (decimal): -240466 or 11425020. OLE color: 11425020.

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

Color convert

RGB25284174-
CMYK00.670.310.01
HSL327.86º96.55%65.88%-
HSV(B)327.86º66.67%98.82%-
XYZ50.9630.0943.17-
YUV144.49144.66204.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.41%
GREEN value IS 84 (33.20% from 255) = 16.47%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=49.41%
G=16.47%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528417400.670.310.01327.8696.5565.88
HexFC54AE0431F11486142
Octal3741242560103371510141102
Binary111111001010100101011100100001111111110100100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC54AE; }

 p { color: rgb(252,84,174); }

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

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

 a { background-color: rgb(252,84,174); }

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

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

 span { border-color: rgb(252,84,174); }

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