#fe6084

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

Shades of Brink Pink #FE6084

Tints of Brink Pink #FE6084

Color information

#FE6084 (or 0xFE6084) is unknown color: approx Brink Pink. HEX triplet: FE, 60 and 84. RGB value is (254,96,132). Sum of RGB (Red+Green+Blue) = 254+96+132=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6084 is #019F7B. Grayscale: #939393. Windows color (decimal): -106364 or 8675582. OLE color: 8675582.

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

Color convert

RGB25496132-
CMYK00.620.480.00
HSL346.33º98.75%68.63%-
HSV(B)346.33º62.2%99.61%-
XYZ49.2231.125.24-
YUV147.35119.35204.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 96 (37.89% from 255) = 19.92%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=52.70%
G=19.92%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549613200.620.480.00346.3398.7568.63
HexFE608403E30015a6345
Octal376140204076600532143105
Binary111111101100000100001000111110110000010101101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe6084; }

 p { color: rgb(254,96,132); }

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

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

 a { background-color: rgb(254,96,132); }

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

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

 span { border-color: rgb(254,96,132); }

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