#FE6580

Color #FE6580 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FE6580

Tints of Brink Pink #FE6580

Color information

#FE6580 (or 0xFE6580) is unknown color: approx Brink Pink. HEX triplet: FE, 65 and 80. RGB value is (254,101,128). Sum of RGB (Red+Green+Blue) = 254+101+128=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6580 is #019A7F. Grayscale: #959595. Windows color (decimal): -105088 or 8414718. OLE color: 8414718.

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

Color convert

RGB254101128-
CMYK00.600.500.00
HSL349.41º98.71%69.61%-
HSV(B)349.41º60.24%99.61%-
XYZ49.4231.9423.98-
YUV149.83115.69202.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.59%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=52.59%
G=20.91%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410112800.600.500.00349.4198.7169.61
HexFE658003C32015d6346
Octal376145200074620535143106
Binary111111101100101100000000111100110010010101110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6580; }

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

 H1.HeaderClassName
 {
   color: #FE6580;
 }
 .AnyTagClassName
 {
   color: #FE6580;
 }
</style>
background-color css

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

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

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

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

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

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