#FE718D

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

Shades of Brink Pink #FE718D

Tints of Brink Pink #FE718D

Color information

#FE718D (or 0xFE718D) is unknown color: approx Brink Pink. HEX triplet: FE, 71 and 8D. RGB value is (254,113,141). Sum of RGB (Red+Green+Blue) = 254+113+141=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE718D is #018E72. Grayscale: #9E9E9E. Windows color (decimal): -102003 or 9269758. OLE color: 9269758.

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

Color convert

RGB254113141-
CMYK00.560.440.00
HSL348.09º98.6%71.96%-
HSV(B)348.09º55.51%99.61%-
XYZ51.5934.829.2-
YUV158.35118.21196.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=50%
G=22.24%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411314100.560.440.00348.0998.671.96
HexFE718D0382C015c6348
Octal376161215070540534143110
Binary111111101110001100011010111000101100010101110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE718D; }

 p { color: rgb(254,113,141); }

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

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

 a { background-color: rgb(254,113,141); }

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

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

 span { border-color: rgb(254,113,141); }

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