#FF6981

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

Shades of Brink Pink #FF6981

Tints of Brink Pink #FF6981

Color information

#FF6981 (or 0xFF6981) is unknown color: approx Brink Pink. HEX triplet: FF, 69 and 81. RGB value is (255,105,129). Sum of RGB (Red+Green+Blue) = 255+105+129=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6981 is #00967E. Grayscale: #989898. Windows color (decimal): -38527 or 8481279. OLE color: 8481279.

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

Color convert

RGB255105129-
CMYK00.590.490
HSL350.4º100%70.59%-
HSV(B)350.4º58.82%100%-
XYZ50.2532.9524.48-
YUV152.59114.7201.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=52.15%
G=21.47%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510512900.590.490350.410070.59
HexFF698103B31015e6447
Octal377151201073610536144107
Binary111111111101001100000010111011110001010101111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6981; }

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

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

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

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

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

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

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

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