Html Css Color HEX #FB5087 French Rose

📋 copy color: '#FB5087'

red 251 ◦ green 80 ◦ blue 135

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

Shades of French Rose #FB5087

Tints of French Rose #FB5087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.97%

R = 53.86%
G = 17.17%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FB5087 (or 0xFB5087) is known color: French Rose. HEX triplet: FB, 50 and 87. RGB value is (251,80,135). Sum of RGB (Red+Green+Blue) = 251+80+135=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5087 is #04AF78. Grayscale: #898989. Windows color (decimal): -307065 or 8868091. OLE color: 8868091.

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

Color convert

RGB 251 80 135 -
CMYK 0 0.68 0.46 0.02
HSL 340.7º 0.96% 0.65% -
HSV(B) 340.7º 0.68% 0.98% -
XYZ 47.03 28 25.85 -
YUV 137.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 251 80 135 0 0.68 0.46 0.02 340.7 0.96 0.65
Hex FB 50 87 0 44 2E 2 155 60 41
Octal 373 120 207 0 104 56 2 525 140 101
Binary 11111011 1010000 10000111 0 1000100 101110 10 101010101 1100000 1000001

Color Harmonies of #FB5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5087

Black with #FB5087

Text Example


Text Example

White with #FB5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5087; }

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

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

background-color css

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

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

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

border-color css

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

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

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