Html Css Color HEX #FB508A French Rose

📋 copy color: '#FB508A'

red 251 ◦ green 80 ◦ blue 138

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

Shades of French Rose #FB508A

Tints of French Rose #FB508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 53.52%
G = 17.06%
B = 29.42%

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

#FB508A (or 0xFB508A) is known color: French Rose. HEX triplet: FB, 50 and 8A. RGB value is (251,80,138). Sum of RGB (Red+Green+Blue) = 251+80+138=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB508A is #04AF75. Grayscale: #898989. Windows color (decimal): -307062 or 9064699. OLE color: 9064699.

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

Color convert

RGB 251 80 138 -
CMYK 0 0.68 0.45 0.02
HSL 339.65º 0.96% 0.65% -
HSV(B) 339.65º 0.68% 0.98% -
XYZ 47.24 28.08 26.98 -
YUV 137.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 251 80 138 0 0.68 0.45 0.02 339.65 0.96 0.65
Hex FB 50 8A 0 44 2D 2 154 60 41
Octal 373 120 212 0 104 55 2 524 140 101
Binary 11111011 1010000 10001010 0 1000100 101101 10 101010100 1100000 1000001

Color Harmonies of #FB508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB508A

Black with #FB508A

Text Example


Text Example

White with #FB508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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