Html Css Color HEX #FB5091 French Rose

📋 copy color: '#FB5091'

red 251 ◦ green 80 ◦ blue 145

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

Shades of French Rose #FB5091

Tints of French Rose #FB5091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.46%

R = 52.73%
G = 16.81%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB5091 (or 0xFB5091) is known color: French Rose. HEX triplet: FB, 50 and 91. RGB value is (251,80,145). Sum of RGB (Red+Green+Blue) = 251+80+145=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5091 is #04AF6E. Grayscale: #8A8A8A. Windows color (decimal): -307055 or 9523451. OLE color: 9523451.

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

Color convert

RGB 251 80 145 -
CMYK 0 0.68 0.42 0.02
HSL 337.19º 0.96% 0.65% -
HSV(B) 337.19º 0.68% 0.98% -
XYZ 47.76 28.29 29.73 -
YUV 138.54 131.65 208.21 -
System Red Green Blue C M Y K H S L
Decimal 251 80 145 0 0.68 0.42 0.02 337.19 0.96 0.65
Hex FB 50 91 0 44 2A 2 151 60 41
Octal 373 120 221 0 104 52 2 521 140 101
Binary 11111011 1010000 10010001 0 1000100 101010 10 101010001 1100000 1000001

Color Harmonies of #FB5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5091

Black with #FB5091

Text Example


Text Example

White with #FB5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5091; }

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

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

background-color css

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

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

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

border-color css

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

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

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