Html Css Color HEX #FE5780 Brink Pink

📋 copy color: '#FE5780'

red 254 ◦ green 87 ◦ blue 128

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

Shades of Brink Pink #FE5780

Tints of Brink Pink #FE5780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.55%

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

R = 54.16%
G = 18.55%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE5780 (or 0xFE5780) is known color: Brink Pink. HEX triplet: FE, 57 and 80. RGB value is (254,87,128). Sum of RGB (Red+Green+Blue) = 254+87+128=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5780 is #01A87F. Grayscale: #8D8D8D. Windows color (decimal): -108672 or 8411134. OLE color: 8411134.

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

Color convert

RGB 254 87 128 -
CMYK 0 0.66 0.50 0.00
HSL 345.27º 0.99% 0.67% -
HSV(B) 345.27º 0.66% 1% -
XYZ 48.18 29.45 23.57 -
YUV 141.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 254 87 128 0 0.66 0.50 0.00 345.27 0.99 0.67
Hex FE 57 80 0 42 32 0 159 63 43
Octal 376 127 200 0 102 62 0 531 143 103
Binary 11111110 1010111 10000000 0 1000010 110010 0 101011001 1100011 1000011

Color Harmonies of #FE5780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5780

Black with #FE5780

Text Example


Text Example

White with #FE5780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5780; }

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

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

background-color css

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

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

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

border-color css

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

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

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