#FE717E

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

Shades of Brink Pink #FE717E

Tints of Brink Pink #FE717E

Color information

#FE717E (or 0xFE717E) is unknown color: approx Brink Pink. HEX triplet: FE, 71 and 7E. RGB value is (254,113,126). Sum of RGB (Red+Green+Blue) = 254+113+126=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE717E is #018E81. Grayscale: #9C9C9C. Windows color (decimal): -102018 or 8286718. OLE color: 8286718.

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

Color convert

RGB254113126-
CMYK00.560.500.00
HSL354.47º98.6%71.96%-
HSV(B)354.47º55.51%99.61%-
XYZ50.5434.3923.71-
YUV156.64110.71197.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.52%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=51.52%
G=22.92%
B=25.56%

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
Decimal25411312600.560.500.00354.4798.671.96
HexFE717E0383201626348
Octal376161176070620542143110
Binary11111110111000111111100111000110010010110001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE717E; }

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

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

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

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

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

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

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

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