Html Css Color HEX #FB508E French Rose

📋 copy color: '#FB508E'

red 251 ◦ green 80 ◦ blue 142

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

Shades of French Rose #FB508E

Tints of French Rose #FB508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 53.07%
G = 16.91%
B = 30.02%

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

#FB508E (or 0xFB508E) is known color: French Rose. HEX triplet: FB, 50 and 8E. RGB value is (251,80,142). Sum of RGB (Red+Green+Blue) = 251+80+142=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB508E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB508E is #04AF71. Grayscale: #8A8A8A. Windows color (decimal): -307058 or 9326843. OLE color: 9326843.

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

Color convert

RGB 251 80 142 -
CMYK 0 0.68 0.43 0.02
HSL 338.25º 0.96% 0.65% -
HSV(B) 338.25º 0.68% 0.98% -
XYZ 47.53 28.2 28.53 -
YUV 138.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 251 80 142 0 0.68 0.43 0.02 338.25 0.96 0.65
Hex FB 50 8E 0 44 2B 2 152 60 41
Octal 373 120 216 0 104 53 2 522 140 101
Binary 11111011 1010000 10001110 0 1000100 101011 10 101010010 1100000 1000001

Color Harmonies of #FB508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB508E

Black with #FB508E

Text Example


Text Example

White with #FB508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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