#FE727C

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

Shades of Brink Pink #FE727C

Tints of Brink Pink #FE727C

Color information

#FE727C (or 0xFE727C) is unknown color: approx Brink Pink. HEX triplet: FE, 72 and 7C. RGB value is (254,114,124). Sum of RGB (Red+Green+Blue) = 254+114+124=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE727C is #018D83. Grayscale: #9D9D9D. Windows color (decimal): -101764 or 8155902. OLE color: 8155902.

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

Color convert

RGB254114124-
CMYK00.550.510.00
HSL355.71º98.59%72.16%-
HSV(B)355.71º55.12%99.61%-
XYZ50.5334.5623.08-
YUV157109.38197.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=51.63%
G=23.17%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411412400.550.510.00355.7198.5972.16
HexFE727C0373301646348
Octal376162174067630544143110
Binary11111110111001011111000110111110011010110010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE727C; }

 p { color: rgb(254,114,124); }

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

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

 a { background-color: rgb(254,114,124); }

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

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

 span { border-color: rgb(254,114,124); }

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