Html Css Color HEX #FB5E80 Brink Pink

📋 copy color: '#FB5E80'

red 251 ◦ green 94 ◦ blue 128

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

Shades of Brink Pink #FB5E80

Tints of Brink Pink #FB5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

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

R = 53.07%
G = 19.87%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB5E80 (or 0xFB5E80) is known color: Brink Pink. HEX triplet: FB, 5E and 80. RGB value is (251,94,128). Sum of RGB (Red+Green+Blue) = 251+94+128=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E80 is #04A17F. Grayscale: #909090. Windows color (decimal): -303488 or 8412923. OLE color: 8412923.

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

Color convert

RGB 251 94 128 -
CMYK 0 0.63 0.49 0.02
HSL 347.01º 0.95% 0.68% -
HSV(B) 347.01º 0.63% 0.98% -
XYZ 47.68 30.07 23.71 -
YUV 144.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 251 94 128 0 0.63 0.49 0.02 347.01 0.95 0.68
Hex FB 5E 80 0 3F 31 2 15B 5F 44
Octal 373 136 200 0 77 61 2 533 137 104
Binary 11111011 1011110 10000000 0 111111 110001 10 101011011 1011111 1000100

Color Harmonies of #FB5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E80

Black with #FB5E80

Text Example


Text Example

White with #FB5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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