#FC549F

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

Shades of Brilliant Rose #FC549F

Tints of Brilliant Rose #FC549F

Color information

#FC549F (or 0xFC549F) is unknown color: approx Brilliant Rose. HEX triplet: FC, 54 and 9F. RGB value is (252,84,159). Sum of RGB (Red+Green+Blue) = 252+84+159=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC549F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC549F is #03AB60. Grayscale: #8E8E8E. Windows color (decimal): -240481 or 10441980. OLE color: 10441980.

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

Color convert

RGB25284159-
CMYK00.670.370.01
HSL333.21º96.55%65.88%-
HSV(B)333.21º66.67%98.82%-
XYZ49.5729.5435.89-
YUV142.78137.16205.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 84 (33.20% from 255) = 16.97%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=50.91%
G=16.97%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528415900.670.370.01333.2196.5565.88
HexFC549F04325114d6142
Octal3741242370103451515141102
Binary1111110010101001001111101000011100101110100110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC549F; }

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

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

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

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

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

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

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

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