Html Css Color HEX #FB5080 French Rose

📋 copy color: '#FB5080'

red 251 ◦ green 80 ◦ blue 128

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

Shades of French Rose #FB5080

Tints of French Rose #FB5080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 54.68%
G = 17.43%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB5080 (or 0xFB5080) is known color: French Rose. HEX triplet: FB, 50 and 80. RGB value is (251,80,128). Sum of RGB (Red+Green+Blue) = 251+80+128=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5080 is #04AF7F. Grayscale: #888888. Windows color (decimal): -307072 or 8409339. OLE color: 8409339.

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

Color convert

RGB 251 80 128 -
CMYK 0 0.68 0.49 0.02
HSL 343.16º 0.96% 0.65% -
HSV(B) 343.16º 0.68% 0.98% -
XYZ 46.55 27.81 23.34 -
YUV 136.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 251 80 128 0 0.68 0.49 0.02 343.16 0.96 0.65
Hex FB 50 80 0 44 31 2 157 60 41
Octal 373 120 200 0 104 61 2 527 140 101
Binary 11111011 1010000 10000000 0 1000100 110001 10 101010111 1100000 1000001

Color Harmonies of #FB5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5080

Black with #FB5080

Text Example


Text Example

White with #FB5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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