Html Css Color HEX #FE5988 Brink Pink

📋 copy color: '#FE5988'

red 254 ◦ green 89 ◦ blue 136

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

Shades of Brink Pink #FE5988

Tints of Brink Pink #FE5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.58%

 BLUE value IS 136 (53.52% from 255) = 28.39%

R = 53.03%
G = 18.58%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE5988 (or 0xFE5988) is known color: Brink Pink. HEX triplet: FE, 59 and 88. RGB value is (254,89,136). Sum of RGB (Red+Green+Blue) = 254+89+136=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5988 is #01A677. Grayscale: #8F8F8F. Windows color (decimal): -108152 or 8935934. OLE color: 8935934.

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

Color convert

RGB 254 89 136 -
CMYK 0 0.65 0.46 0.00
HSL 342.91º 0.99% 0.67% -
HSV(B) 342.91º 0.65% 1% -
XYZ 48.89 29.99 26.51 -
YUV 143.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 254 89 136 0 0.65 0.46 0.00 342.91 0.99 0.67
Hex FE 59 88 0 41 2E 0 157 63 43
Octal 376 131 210 0 101 56 0 527 143 103
Binary 11111110 1011001 10001000 0 1000001 101110 0 101010111 1100011 1000011

Color Harmonies of #FE5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5988

Black with #FE5988

Text Example


Text Example

White with #FE5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5988; }

 p { color: rgb(254,89,136); }

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

background-color css

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

 a { background-color: rgb(254,89,136); }

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

border-color css

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

 span { border-color: rgb(254,89,136); }

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