Html Css Color HEX #FB4980 French Rose

📋 copy color: '#FB4980'

red 251 ◦ green 73 ◦ blue 128

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

Shades of French Rose #FB4980

Tints of French Rose #FB4980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.15%

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

R = 55.53%
G = 16.15%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB4980 (or 0xFB4980) is known color: French Rose. HEX triplet: FB, 49 and 80. RGB value is (251,73,128). Sum of RGB (Red+Green+Blue) = 251+73+128=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4980 is #04B67F. Grayscale: #848484. Windows color (decimal): -308864 or 8407547. OLE color: 8407547.

HSL color Cylindrical-coordinate representation of color #FB4980: hue angle of 341.46º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4980 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 73 128 -
CMYK 0 0.71 0.49 0.02
HSL 341.46º 0.96% 0.64% -
HSV(B) 341.46º 0.71% 0.98% -
XYZ 46.06 26.83 23.17 -
YUV 132.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 251 73 128 0 0.71 0.49 0.02 341.46 0.96 0.64
Hex FB 49 80 0 47 31 2 155 60 40
Octal 373 111 200 0 107 61 2 525 140 100
Binary 11111011 1001001 10000000 0 1000111 110001 10 101010101 1100000 1000000

Color Harmonies of #FB4980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4980

Black with #FB4980

Text Example


Text Example

White with #FB4980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4980; }

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

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

background-color css

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

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

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

border-color css

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

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

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