#FB5892

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

Shades of French Rose #FB5892

Tints of French Rose #FB5892

Color information

#FB5892 (or 0xFB5892) is unknown color: approx French Rose. HEX triplet: FB, 58 and 92. RGB value is (251,88,146). Sum of RGB (Red+Green+Blue) = 251+88+146=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5892 is #04A76D. Grayscale: #8F8F8F. Windows color (decimal): -305006 or 9591035. OLE color: 9591035.

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

Color convert

RGB25188146-
CMYK00.650.420.02
HSL338.65º95.32%66.47%-
HSV(B)338.65º64.94%98.43%-
XYZ48.4629.5630.35-
YUV143.35129.5204.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=51.75%
G=18.14%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518814600.650.420.02338.6595.3266.47
HexFB58920412A21535f42
Octal3731302220101522523137102
Binary11111011101100010010010010000011010101010101001110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5892; }

 p { color: rgb(251,88,146); }

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

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

 a { background-color: rgb(251,88,146); }

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

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

 span { border-color: rgb(251,88,146); }

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