#FF6181

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

Shades of Brink Pink #FF6181

Tints of Brink Pink #FF6181

Color information

#FF6181 (or 0xFF6181) is unknown color: approx Brink Pink. HEX triplet: FF, 61 and 81. RGB value is (255,97,129). Sum of RGB (Red+Green+Blue) = 255+97+129=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6181 is #009E7E. Grayscale: #939393. Windows color (decimal): -40575 or 8479231. OLE color: 8479231.

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

Color convert

RGB25597129-
CMYK00.620.490
HSL347.85º100%69.02%-
HSV(B)347.85º61.96%100%-
XYZ49.4831.3924.22-
YUV147.89117.35204.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=53.01%
G=20.17%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559712900.620.490347.8510069.02
HexFF618103E31015c6445
Octal377141201076610534144105
Binary111111111100001100000010111110110001010101110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6181; }

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

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

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

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

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

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

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

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