#FB5789

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

Shades of French Rose #FB5789

Tints of French Rose #FB5789

Color information

#FB5789 (or 0xFB5789) is unknown color: approx French Rose. HEX triplet: FB, 57 and 89. RGB value is (251,87,137). Sum of RGB (Red+Green+Blue) = 251+87+137=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5789 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5789 is #04A876. Grayscale: #8D8D8D. Windows color (decimal): -305271 or 9000955. OLE color: 9000955.

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

Color convert

RGB25187137-
CMYK00.650.450.02
HSL341.71º95.35%66.27%-
HSV(B)341.71º65.34%98.43%-
XYZ47.7129.1326.78-
YUV141.74125.33205.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.84%
GREEN value IS 87 (34.38% from 255) = 18.32%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=52.84%
G=18.32%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518713700.650.450.02341.7195.3566.27
HexFB57890412D21565f42
Octal3731272110101552526137102
Binary11111011101011110001001010000011011011010101011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5789; }

 p { color: rgb(251,87,137); }

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

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

 a { background-color: rgb(251,87,137); }

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

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

 span { border-color: rgb(251,87,137); }

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