Html Css Color HEX #FE5681 Brink Pink

📋 copy color: '#FE5681'

red 254 ◦ green 86 ◦ blue 129

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

Shades of Brink Pink #FE5681

Tints of Brink Pink #FE5681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.34%

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

R = 54.16%
G = 18.34%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE5681 (or 0xFE5681) is known color: Brink Pink. HEX triplet: FE, 56 and 81. RGB value is (254,86,129). Sum of RGB (Red+Green+Blue) = 254+86+129=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5681 is #01A97E. Grayscale: #8D8D8D. Windows color (decimal): -108927 or 8476414. OLE color: 8476414.

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

Color convert

RGB 254 86 129 -
CMYK 0 0.66 0.49 0.00
HSL 344.64º 0.99% 0.67% -
HSV(B) 344.64º 0.66% 1% -
XYZ 48.16 29.31 23.89 -
YUV 141.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 254 86 129 0 0.66 0.49 0.00 344.64 0.99 0.67
Hex FE 56 81 0 42 31 0 159 63 43
Octal 376 126 201 0 102 61 0 531 143 103
Binary 11111110 1010110 10000001 0 1000010 110001 0 101011001 1100011 1000011

Color Harmonies of #FE5681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5681

Black with #FE5681

Text Example


Text Example

White with #FE5681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5681; }

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

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

background-color css

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

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

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

border-color css

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

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

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