#FB599A

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

Shades of Brilliant Rose #FB599A

Tints of Brilliant Rose #FB599A

Color information

#FB599A (or 0xFB599A) is unknown color: approx Brilliant Rose. HEX triplet: FB, 59 and 9A. RGB value is (251,89,154). Sum of RGB (Red+Green+Blue) = 251+89+154=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB599A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB599A is #04A665. Grayscale: #909090. Windows color (decimal): -304742 or 10115579. OLE color: 10115579.

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

Color convert

RGB25189154-
CMYK00.650.390.02
HSL335.93º95.29%66.67%-
HSV(B)335.93º64.54%98.43%-
XYZ49.1929.9933.77-
YUV144.85133.17203.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.81%
GREEN value IS 89 (35.16% from 255) = 18.02%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=50.81%
G=18.02%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518915400.650.390.02335.9395.2966.67
HexFB599A0412721505f43
Octal3731312320101472520137103
Binary11111011101100110011010010000011001111010101000010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB599A; }

 p { color: rgb(251,89,154); }

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

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

 a { background-color: rgb(251,89,154); }

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

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

 span { border-color: rgb(251,89,154); }

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