Html Css Color HEX #FB5090 French Rose

📋 copy color: '#FB5090'

red 251 ◦ green 80 ◦ blue 144

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

Shades of French Rose #FB5090

Tints of French Rose #FB5090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.32%

R = 52.84%
G = 16.84%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB5090 (or 0xFB5090) is known color: French Rose. HEX triplet: FB, 50 and 90. RGB value is (251,80,144). Sum of RGB (Red+Green+Blue) = 251+80+144=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5090 is #04AF6F. Grayscale: #8A8A8A. Windows color (decimal): -307056 or 9457915. OLE color: 9457915.

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

Color convert

RGB 251 80 144 -
CMYK 0 0.68 0.43 0.02
HSL 337.54º 0.96% 0.65% -
HSV(B) 337.54º 0.68% 0.98% -
XYZ 47.69 28.26 29.33 -
YUV 138.43 131.15 208.3 -
System Red Green Blue C M Y K H S L
Decimal 251 80 144 0 0.68 0.43 0.02 337.54 0.96 0.65
Hex FB 50 90 0 44 2B 2 152 60 41
Octal 373 120 220 0 104 53 2 522 140 101
Binary 11111011 1010000 10010000 0 1000100 101011 10 101010010 1100000 1000001

Color Harmonies of #FB5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5090

Black with #FB5090

Text Example


Text Example

White with #FB5090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5090; }

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

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

background-color css

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

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

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

border-color css

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

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

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