Html Css Color HEX #FB508B French Rose

📋 copy color: '#FB508B'

red 251 ◦ green 80 ◦ blue 139

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

Shades of French Rose #FB508B

Tints of French Rose #FB508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 53.4%
G = 17.02%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB508B (or 0xFB508B) is known color: French Rose. HEX triplet: FB, 50 and 8B. RGB value is (251,80,139). Sum of RGB (Red+Green+Blue) = 251+80+139=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB508B is #04AF74. Grayscale: #898989. Windows color (decimal): -307061 or 9130235. OLE color: 9130235.

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

Color convert

RGB 251 80 139 -
CMYK 0 0.68 0.45 0.02
HSL 339.3º 0.96% 0.65% -
HSV(B) 339.3º 0.68% 0.98% -
XYZ 47.31 28.11 27.36 -
YUV 137.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 251 80 139 0 0.68 0.45 0.02 339.3 0.96 0.65
Hex FB 50 8B 0 44 2D 2 153 60 41
Octal 373 120 213 0 104 55 2 523 140 101
Binary 11111011 1010000 10001011 0 1000100 101101 10 101010011 1100000 1000001

Color Harmonies of #FB508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB508B

Black with #FB508B

Text Example


Text Example

White with #FB508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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