Html Css Color HEX #FB5189 French Rose

📋 copy color: '#FB5189'

red 251 ◦ green 81 ◦ blue 137

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

Shades of French Rose #FB5189

Tints of French Rose #FB5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

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

R = 53.52%
G = 17.27%
B = 29.21%

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

#FB5189 (or 0xFB5189) is known color: French Rose. HEX triplet: FB, 51 and 89. RGB value is (251,81,137). Sum of RGB (Red+Green+Blue) = 251+81+137=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5189 is #04AE76. Grayscale: #8A8A8A. Windows color (decimal): -306807 or 8999419. OLE color: 8999419.

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

Color convert

RGB 251 81 137 -
CMYK 0 0.68 0.45 0.02
HSL 340.24º 0.96% 0.65% -
HSV(B) 340.24º 0.68% 0.98% -
XYZ 47.24 28.2 26.62 -
YUV 138.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 251 81 137 0 0.68 0.45 0.02 340.24 0.96 0.65
Hex FB 51 89 0 44 2D 2 154 60 41
Octal 373 121 211 0 104 55 2 524 140 101
Binary 11111011 1010001 10001001 0 1000100 101101 10 101010100 1100000 1000001

Color Harmonies of #FB5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5189

Black with #FB5189

Text Example


Text Example

White with #FB5189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5189; }

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

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

background-color css

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

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

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

border-color css

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

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

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