Html Css Color HEX #FB5591 French Rose

📋 copy color: '#FB5591'

red 251 ◦ green 85 ◦ blue 145

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

Shades of French Rose #FB5591

Tints of French Rose #FB5591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

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

R = 52.18%
G = 17.67%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB5591 (or 0xFB5591) is known color: French Rose. HEX triplet: FB, 55 and 91. RGB value is (251,85,145). Sum of RGB (Red+Green+Blue) = 251+85+145=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5591 is #04AA6E. Grayscale: #8D8D8D. Windows color (decimal): -305775 or 9524731. OLE color: 9524731.

HSL color Cylindrical-coordinate representation of color #FB5591: hue angle of 338.31º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB5591 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 85 145 -
CMYK 0 0.66 0.42 0.02
HSL 338.31º 0.95% 0.66% -
HSV(B) 338.31º 0.66% 0.98% -
XYZ 48.14 29.05 29.86 -
YUV 141.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 251 85 145 0 0.66 0.42 0.02 338.31 0.95 0.66
Hex FB 55 91 0 42 2A 2 152 5F 42
Octal 373 125 221 0 102 52 2 522 137 102
Binary 11111011 1010101 10010001 0 1000010 101010 10 101010010 1011111 1000010

Color Harmonies of #FB5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5591

Black with #FB5591

Text Example


Text Example

White with #FB5591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5591; }

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

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

background-color css

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

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

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

border-color css

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

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

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