#FE7D82

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

Shades of Brink Pink #FE7D82

Tints of Brink Pink #FE7D82

Color information

#FE7D82 (or 0xFE7D82) is unknown color: approx Brink Pink. HEX triplet: FE, 7D and 82. RGB value is (254,125,130). Sum of RGB (Red+Green+Blue) = 254+125+130=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D82 is #01827D. Grayscale: #A4A4A4. Windows color (decimal): -98942 or 8551934. OLE color: 8551934.

HSL color Cylindrical-coordinate representation of color #FE7D82: hue angle of 357.67º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7D82 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB254125130-
CMYK00.510.490.00
HSL357.67º98.47%74.31%-
HSV(B)357.67º50.79%99.61%-
XYZ52.2437.3525.58-
YUV164.14108.74192.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=49.90%
G=24.56%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412513000.510.490.00357.6798.4774.31
HexFE7D82033310166624a
Octal376175202063610546142112
Binary111111101111101100000100110011110001010110011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7D82; }

 p { color: rgb(254,125,130); }

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

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

 a { background-color: rgb(254,125,130); }

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

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

 span { border-color: rgb(254,125,130); }

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