#FB49BA

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

Shades of Brilliant Rose #FB49BA

Tints of Brilliant Rose #FB49BA

Color information

#FB49BA (or 0xFB49BA) is unknown color: approx Brilliant Rose. HEX triplet: FB, 49 and BA. RGB value is (251,73,186). Sum of RGB (Red+Green+Blue) = 251+73+186=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49BA is #04B645. Grayscale: #8A8A8A. Windows color (decimal): -308806 or 12208635. OLE color: 12208635.

HSL color Cylindrical-coordinate representation of color #FB49BA: hue angle of 321.91º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB49BA is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB25173186-
CMYK00.710.260.02
HSL321.91º95.7%63.53%-
HSV(B)321.91º70.92%98.43%-
XYZ51.0328.8249.33-
YUV139.1154.47207.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 73 (28.91% from 255) = 14.31%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=49.22%
G=14.31%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517318600.710.260.02321.9195.763.53
HexFB49BA0471A21426040
Octal3731112720107322502140100
Binary1111101110010011011101001000111110101010100001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB49BA; }

 p { color: rgb(251,73,186); }

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

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

 a { background-color: rgb(251,73,186); }

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

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

 span { border-color: rgb(251,73,186); }

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