#FC49AB

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

Shades of Brilliant Rose #FC49AB

Tints of Brilliant Rose #FC49AB

Color information

#FC49AB (or 0xFC49AB) is unknown color: approx Brilliant Rose. HEX triplet: FC, 49 and AB. RGB value is (252,73,171). Sum of RGB (Red+Green+Blue) = 252+73+171=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC49AB is #03B654. Grayscale: #898989. Windows color (decimal): -243285 or 11225596. OLE color: 11225596.

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

Color convert

RGB25273171-
CMYK00.710.320.01
HSL327.15º96.76%63.73%-
HSV(B)327.15º71.03%98.82%-
XYZ49.8828.441.38-
YUV137.69146.8209.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.81%
GREEN value IS 73 (28.91% from 255) = 14.72%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=50.81%
G=14.72%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527317100.710.320.01327.1596.7663.73
HexFC49AB0472011476140
Octal3741112530107401507141100
Binary1111110010010011010101101000111100000110100011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC49AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC49AB; }

 p { color: rgb(252,73,171); }

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

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

 a { background-color: rgb(252,73,171); }

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

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

 span { border-color: rgb(252,73,171); }

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