Html Css Color HEX #FE5881 Brink Pink

📋 copy color: '#FE5881'

red 254 ◦ green 88 ◦ blue 129

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

Shades of Brink Pink #FE5881

Tints of Brink Pink #FE5881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.68%

 BLUE value IS 129 (50.78% from 255) = 27.39%

R = 53.93%
G = 18.68%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE5881 (or 0xFE5881) is known color: Brink Pink. HEX triplet: FE, 58 and 81. RGB value is (254,88,129). Sum of RGB (Red+Green+Blue) = 254+88+129=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5881 is #01A77E. Grayscale: #8E8E8E. Windows color (decimal): -108415 or 8476926. OLE color: 8476926.

HSL color Cylindrical-coordinate representation of color #FE5881: hue angle of 345.18º 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 #FE5881 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 88 129 -
CMYK 0 0.65 0.49 0.00
HSL 345.18º 0.99% 0.67% -
HSV(B) 345.18º 0.65% 1% -
XYZ 48.33 29.64 23.94 -
YUV 142.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 254 88 129 0 0.65 0.49 0.00 345.18 0.99 0.67
Hex FE 58 81 0 41 31 0 159 63 43
Octal 376 130 201 0 101 61 0 531 143 103
Binary 11111110 1011000 10000001 0 1000001 110001 0 101011001 1100011 1000011

Color Harmonies of #FE5881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5881

Black with #FE5881

Text Example


Text Example

White with #FE5881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5881; }

 p { color: rgb(254,88,129); }

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

background-color css

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

 a { background-color: rgb(254,88,129); }

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

border-color css

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

 span { border-color: rgb(254,88,129); }

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