#FF6081

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

Shades of Brink Pink #FF6081

Tints of Brink Pink #FF6081

Color information

#FF6081 (or 0xFF6081) is unknown color: approx Brink Pink. HEX triplet: FF, 60 and 81. RGB value is (255,96,129). Sum of RGB (Red+Green+Blue) = 255+96+129=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6081 is #009F7E. Grayscale: #939393. Windows color (decimal): -40831 or 8478975. OLE color: 8478975.

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

Color convert

RGB25596129-
CMYK00.620.490
HSL347.55º100%68.82%-
HSV(B)347.55º62.35%100%-
XYZ49.3931.2124.19-
YUV147.3117.68204.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=53.12%
G=20%
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
SystemRedGreenBlueCMYKHSL
Decimal2559612900.620.490347.5510068.82
HexFF608103E31015c6445
Octal377140201076610534144105
Binary111111111100000100000010111110110001010101110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6081; }

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

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

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

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

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

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

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

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