Html Css Color HEX #FB5089 French Rose

📋 copy color: '#FB5089'

red 251 ◦ green 80 ◦ blue 137

#FB5089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #FB5089

Tints of French Rose #FB5089

RGB

 RED value IS 251 (98.44% from 255) = 53.63%

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 53.63%
G = 17.09%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB5089 (or 0xFB5089) is known color: French Rose. HEX triplet: FB, 50 and 89. RGB value is (251,80,137). Sum of RGB (Red+Green+Blue) = 251+80+137=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5089 is #04AF76. Grayscale: #898989. Windows color (decimal): -307063 or 8999163. OLE color: 8999163.

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

Color convert

RGB 251 80 137 -
CMYK 0 0.68 0.45 0.02
HSL 340º 0.96% 0.65% -
HSV(B) 340º 0.68% 0.98% -
XYZ 47.17 28.05 26.6 -
YUV 137.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 251 80 137 0 0.68 0.45 0.02 340 0.96 0.65
Hex FB 50 89 0 44 2D 2 154 60 41
Octal 373 120 211 0 104 55 2 524 140 101
Binary 11111011 1010000 10001001 0 1000100 101101 10 101010100 1100000 1000001

Color Harmonies of #FB5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5089

Black with #FB5089

Text Example


Text Example

White with #FB5089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5089; }

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

 H1.HeaderClassName
 {
   color: #FB5089;
 }
 .AnyTagClassName
 {
   color: #FB5089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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