#FB5095

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

Shades of French Rose #FB5095

Tints of French Rose #FB5095

Color information

#FB5095 (or 0xFB5095) is unknown color: approx French Rose. HEX triplet: FB, 50 and 95. RGB value is (251,80,149). Sum of RGB (Red+Green+Blue) = 251+80+149=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5095 is #04AF6A. Grayscale: #8A8A8A. Windows color (decimal): -307051 or 9785595. OLE color: 9785595.

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

Color convert

RGB25180149-
CMYK00.680.410.02
HSL335.79º95.53%64.9%-
HSV(B)335.79º68.13%98.43%-
XYZ48.0828.4231.38-
YUV138.99133.65207.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.29%
GREEN value IS 80 (31.64% from 255) = 16.67%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=52.29%
G=16.67%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518014900.680.410.02335.7995.5364.9
HexFB50950442921506041
Octal3731202250104512520140101
Binary11111011101000010010101010001001010011010101000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5095; }

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

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

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

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

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

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

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

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