#FE6790

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

Shades of Brink Pink #FE6790

Tints of Brink Pink #FE6790

Color information

#FE6790 (or 0xFE6790) is unknown color: approx Brink Pink. HEX triplet: FE, 67 and 90. RGB value is (254,103,144). Sum of RGB (Red+Green+Blue) = 254+103+144=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6790 is #01986F. Grayscale: #989898. Windows color (decimal): -104560 or 9463806. OLE color: 9463806.

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

Color convert

RGB254103144-
CMYK00.590.430.00
HSL343.71º98.69%70%-
HSV(B)343.71º59.45%99.61%-
XYZ50.7632.7830.04-
YUV152.82123.03200.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.70%
GREEN value IS 103 (40.62% from 255) = 20.56%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=50.70%
G=20.56%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410314400.590.430.00343.7198.6970
HexFE679003B2B01586346
Octal376147220073530530143106
Binary111111101100111100100000111011101011010101100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6790; }

 p { color: rgb(254,103,144); }

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

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

 a { background-color: rgb(254,103,144); }

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

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

 span { border-color: rgb(254,103,144); }

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