#FE6879

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

Shades of Brink Pink #FE6879

Tints of Brink Pink #FE6879

Color information

#FE6879 (or 0xFE6879) is unknown color: approx Brink Pink. HEX triplet: FE, 68 and 79. RGB value is (254,104,121). Sum of RGB (Red+Green+Blue) = 254+104+121=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6879 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6879 is #019786. Grayscale: #969696. Windows color (decimal): -104327 or 7956734. OLE color: 7956734.

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

Color convert

RGB254104121-
CMYK00.590.520.00
HSL353.2º98.68%70.2%-
HSV(B)353.2º59.06%99.61%-
XYZ49.2732.3521.74-
YUV150.79111.2201.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 104 (41.02% from 255) = 21.71%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=53.03%
G=21.71%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410412100.590.520.00353.298.6870.2
HexFE687903B3401616346
Octal376150171073640541143106
Binary11111110110100011110010111011110100010110000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6879; }

 p { color: rgb(254,104,121); }

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

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

 a { background-color: rgb(254,104,121); }

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

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

 span { border-color: rgb(254,104,121); }

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