Html Css Color HEX #FF5880 Brink Pink

📋 copy color: '#FF5880'

red 255 ◦ green 88 ◦ blue 128

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

Shades of Brink Pink #FF5880

Tints of Brink Pink #FF5880

RGB

 RED value IS 255 (100% from 255) = 54.14%

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

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

R = 54.14%
G = 18.68%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF5880 (or 0xFF5880) is known color: Brink Pink. HEX triplet: FF, 58 and 80. RGB value is (255,88,128). Sum of RGB (Red+Green+Blue) = 255+88+128=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5880 is #00A77F. Grayscale: #8E8E8E. Windows color (decimal): -42880 or 8411391. OLE color: 8411391.

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

Color convert

RGB 255 88 128 -
CMYK 0 0.65 0.50 0
HSL 345.63º 1% 0.67% -
HSV(B) 345.63º 0.65% 1% -
XYZ 48.63 29.8 23.61 -
YUV 142.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 255 88 128 0 0.65 0.50 0 345.63 1 0.67
Hex FF 58 80 0 41 32 0 15A 64 43
Octal 377 130 200 0 101 62 0 532 144 103
Binary 11111111 1011000 10000000 0 1000001 110010 0 101011010 1100100 1000011

Color Harmonies of #FF5880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5880

Black with #FF5880

Text Example


Text Example

White with #FF5880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5880; }

 p { color: rgb(255,88,128); }

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

background-color css

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

 a { background-color: rgb(255,88,128); }

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

border-color css

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

 span { border-color: rgb(255,88,128); }

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