#FB5495

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

Shades of Brilliant Rose #FB5495

Tints of Brilliant Rose #FB5495

Color information

#FB5495 (or 0xFB5495) is unknown color: approx Brilliant Rose. HEX triplet: FB, 54 and 95. RGB value is (251,84,149). Sum of RGB (Red+Green+Blue) = 251+84+149=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5495 is #04AB6A. Grayscale: #8D8D8D. Windows color (decimal): -306027 or 9786619. OLE color: 9786619.

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

Color convert

RGB25184149-
CMYK00.670.410.02
HSL336.65º95.43%65.69%-
HSV(B)336.65º66.53%98.43%-
XYZ48.3829.0231.49-
YUV141.34132.33206.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.86%
GREEN value IS 84 (33.20% from 255) = 17.36%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=51.86%
G=17.36%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518414900.670.410.02336.6595.4365.69
HexFB54950432921515f42
Octal3731242250103512521137102
Binary11111011101010010010101010000111010011010101000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5495; }

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

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

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

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

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

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

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

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