Html Css Color HEX #FB508D French Rose

📋 copy color: '#FB508D'

red 251 ◦ green 80 ◦ blue 141

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

Shades of French Rose #FB508D

Tints of French Rose #FB508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 53.18%
G = 16.95%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB508D (or 0xFB508D) is known color: French Rose. HEX triplet: FB, 50 and 8D. RGB value is (251,80,141). Sum of RGB (Red+Green+Blue) = 251+80+141=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB508D is #04AF72. Grayscale: #8A8A8A. Windows color (decimal): -307059 or 9261307. OLE color: 9261307.

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

Color convert

RGB 251 80 141 -
CMYK 0 0.68 0.44 0.02
HSL 338.6º 0.96% 0.65% -
HSV(B) 338.6º 0.68% 0.98% -
XYZ 47.46 28.17 28.14 -
YUV 138.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 251 80 141 0 0.68 0.44 0.02 338.6 0.96 0.65
Hex FB 50 8D 0 44 2C 2 153 60 41
Octal 373 120 215 0 104 54 2 523 140 101
Binary 11111011 1010000 10001101 0 1000100 101100 10 101010011 1100000 1000001

Color Harmonies of #FB508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB508D

Black with #FB508D

Text Example


Text Example

White with #FB508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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