#FE598C

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

Shades of Brink Pink #FE598C

Tints of Brink Pink #FE598C

Color information

#FE598C (or 0xFE598C) is unknown color: approx Brink Pink. HEX triplet: FE, 59 and 8C. RGB value is (254,89,140). Sum of RGB (Red+Green+Blue) = 254+89+140=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE598C is #01A673. Grayscale: #909090. Windows color (decimal): -108148 or 9198078. OLE color: 9198078.

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

Color convert

RGB25489140-
CMYK00.650.450.00
HSL341.45º98.8%67.25%-
HSV(B)341.45º64.96%99.61%-
XYZ49.1830.1128.03-
YUV144.15125.66206.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.59%
GREEN value IS 89 (35.16% from 255) = 18.43%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=52.59%
G=18.43%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548914000.650.450.00341.4598.867.25
HexFE598C0412D01556343
Octal3761312140101550525143103
Binary1111111010110011000110001000001101101010101010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE598C; }

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

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

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

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

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

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

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

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