#FB5096

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

Shades of French Rose #FB5096

Tints of French Rose #FB5096

Color information

#FB5096 (or 0xFB5096) is unknown color: approx French Rose. HEX triplet: FB, 50 and 96. RGB value is (251,80,150). Sum of RGB (Red+Green+Blue) = 251+80+150=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5096 is #04AF69. Grayscale: #8B8B8B. Windows color (decimal): -307050 or 9851131. OLE color: 9851131.

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

Color convert

RGB25180150-
CMYK00.680.400.02
HSL335.44º95.53%64.9%-
HSV(B)335.44º68.13%98.43%-
XYZ48.1628.4531.81-
YUV139.11134.15207.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.18%
GREEN value IS 80 (31.64% from 255) = 16.63%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=52.18%
G=16.63%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518015000.680.400.02335.4495.5364.9
HexFB509604428214f6041
Octal3731202260104502517140101
Binary11111011101000010010110010001001010001010100111111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5096; }

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

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

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

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

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

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

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

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