#fe617e

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

Shades of Brink Pink #FE617E

Tints of Brink Pink #FE617E

Color information

#FE617E (or 0xFE617E) is unknown color: approx Brink Pink. HEX triplet: FE, 61 and 7E. RGB value is (254,97,126). Sum of RGB (Red+Green+Blue) = 254+97+126=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE617E is #019E81. Grayscale: #939393. Windows color (decimal): -106114 or 8282622. OLE color: 8282622.

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

Color convert

RGB25497126-
CMYK00.620.500.00
HSL348.92º98.74%68.82%-
HSV(B)348.92º61.81%99.61%-
XYZ48.9131.1323.17-
YUV147.25116.01204.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=53.25%
G=20.34%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549712600.620.500.00348.9298.7468.82
HexFE617E03E32015d6345
Octal376141176076620535143105
Binary11111110110000111111100111110110010010101110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe617e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe617e; }

 p { color: rgb(254,97,126); }

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

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

 a { background-color: rgb(254,97,126); }

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

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

 span { border-color: rgb(254,97,126); }

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