#FB549E

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

Shades of Brilliant Rose #FB549E

Tints of Brilliant Rose #FB549E

Color information

#FB549E (or 0xFB549E) is unknown color: approx Brilliant Rose. HEX triplet: FB, 54 and 9E. RGB value is (251,84,158). Sum of RGB (Red+Green+Blue) = 251+84+158=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB549E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB549E is #04AB61. Grayscale: #8E8E8E. Windows color (decimal): -306018 or 10376443. OLE color: 10376443.

HSL color Cylindrical-coordinate representation of color #FB549E: hue angle of 333.41º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB549E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25184158-
CMYK00.670.370.02
HSL333.41º95.43%65.69%-
HSV(B)333.41º66.53%98.43%-
XYZ49.1329.3235.42-
YUV142.37136.83205.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.91%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=50.91%
G=17.04%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518415800.670.370.02333.4195.4365.69
HexFB549E04325214d5f42
Octal3731242360103452515137102
Binary11111011101010010011110010000111001011010100110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB549E; }

 p { color: rgb(251,84,158); }

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

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

 a { background-color: rgb(251,84,158); }

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

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

 span { border-color: rgb(251,84,158); }

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