#FE7180

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

Shades of Brink Pink #FE7180

Tints of Brink Pink #FE7180

Color information

#FE7180 (or 0xFE7180) is unknown color: approx Brink Pink. HEX triplet: FE, 71 and 80. RGB value is (254,113,128). Sum of RGB (Red+Green+Blue) = 254+113+128=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7180 is #018E7F. Grayscale: #9C9C9C. Windows color (decimal): -102016 or 8417790. OLE color: 8417790.

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

Color convert

RGB254113128-
CMYK00.560.500.00
HSL353.62º98.6%71.96%-
HSV(B)353.62º55.51%99.61%-
XYZ50.6734.4424.4-
YUV156.87111.71197.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.31%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=51.31%
G=22.83%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411312800.560.500.00353.6298.671.96
HexFE71800383201626348
Octal376161200070620542143110
Binary111111101110001100000000111000110010010110001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7180; }

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

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

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

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

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

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

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

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