Html Css Color HEX #FB5191 French Rose

📋 copy color: '#FB5191'

red 251 ◦ green 81 ◦ blue 145

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

Shades of French Rose #FB5191

Tints of French Rose #FB5191

RGB

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

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

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

R = 52.62%
G = 16.98%
B = 30.4%

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

#FB5191 (or 0xFB5191) is known color: French Rose. HEX triplet: FB, 51 and 91. RGB value is (251,81,145). Sum of RGB (Red+Green+Blue) = 251+81+145=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5191 is #04AE6E. Grayscale: #8B8B8B. Windows color (decimal): -306799 or 9523707. OLE color: 9523707.

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

Color convert

RGB 251 81 145 -
CMYK 0 0.68 0.42 0.02
HSL 337.41º 0.96% 0.65% -
HSV(B) 337.41º 0.68% 0.98% -
XYZ 47.84 28.44 29.76 -
YUV 139.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 251 81 145 0 0.68 0.42 0.02 337.41 0.96 0.65
Hex FB 51 91 0 44 2A 2 151 60 41
Octal 373 121 221 0 104 52 2 521 140 101
Binary 11111011 1010001 10010001 0 1000100 101010 10 101010001 1100000 1000001

Color Harmonies of #FB5191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5191

Black with #FB5191

Text Example


Text Example

White with #FB5191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5191; }

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

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

background-color css

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

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

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

border-color css

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

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

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