#FE6181

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

Shades of Brink Pink #FE6181

Tints of Brink Pink #FE6181

Color information

#FE6181 (or 0xFE6181) is unknown color: approx Brink Pink. HEX triplet: FE, 61 and 81. RGB value is (254,97,129). Sum of RGB (Red+Green+Blue) = 254+97+129=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6181 is #019E7E. Grayscale: #939393. Windows color (decimal): -106111 or 8479230. OLE color: 8479230.

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

Color convert

RGB25497129-
CMYK00.620.490.00
HSL347.77º98.74%68.82%-
HSV(B)347.77º61.81%99.61%-
XYZ49.1131.2124.2-
YUV147.59117.51203.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.92%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=52.92%
G=20.21%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549712900.620.490.00347.7798.7468.82
HexFE618103E31015c6345
Octal376141201076610534143105
Binary111111101100001100000010111110110001010101110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6181; }

 p { color: rgb(254,97,129); }

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

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

 a { background-color: rgb(254,97,129); }

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

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

 span { border-color: rgb(254,97,129); }

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