Html Css Color HEX #FE5B80 Brink Pink

📋 copy color: '#FE5B80'

red 254 ◦ green 91 ◦ blue 128

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

Shades of Brink Pink #FE5B80

Tints of Brink Pink #FE5B80

RGB

 RED value IS 254 (99.61% from 255) = 53.7%

 GREEN value IS 91 (35.94% from 255) = 19.24%

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

R = 53.7%
G = 19.24%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE5B80 (or 0xFE5B80) is known color: Brink Pink. HEX triplet: FE, 5B and 80. RGB value is (254,91,128). Sum of RGB (Red+Green+Blue) = 254+91+128=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B80 is #01A47F. Grayscale: #8F8F8F. Windows color (decimal): -107648 or 8412158. OLE color: 8412158.

HSL color Cylindrical-coordinate representation of color #FE5B80: hue angle of 346.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5B80 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 91 128 -
CMYK 0 0.64 0.50 0.00
HSL 346.38º 0.99% 0.68% -
HSV(B) 346.38º 0.64% 1% -
XYZ 48.51 30.11 23.68 -
YUV 143.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 254 91 128 0 0.64 0.50 0.00 346.38 0.99 0.68
Hex FE 5B 80 0 40 32 0 15A 63 44
Octal 376 133 200 0 100 62 0 532 143 104
Binary 11111110 1011011 10000000 0 1000000 110010 0 101011010 1100011 1000100

Color Harmonies of #FE5B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B80

Black with #FE5B80

Text Example


Text Example

White with #FE5B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B80; }

 p { color: rgb(254,91,128); }

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

background-color css

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

 a { background-color: rgb(254,91,128); }

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

border-color css

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

 span { border-color: rgb(254,91,128); }

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