#FF6681

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

Shades of Brink Pink #FF6681

Tints of Brink Pink #FF6681

Color information

#FF6681 (or 0xFF6681) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 81. RGB value is (255,102,129). Sum of RGB (Red+Green+Blue) = 255+102+129=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6681 is #00997E. Grayscale: #969696. Windows color (decimal): -39295 or 8480511. OLE color: 8480511.

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

Color convert

RGB255102129-
CMYK00.60.490
HSL349.41º100%70%-
HSV(B)349.41º60%100%-
XYZ49.9532.3524.38-
YUV150.82115.69202.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 102 (40.23% from 255) = 20.99%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=52.47%
G=20.99%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510212900.60.490349.4110070
HexFF668103C31015d6446
Octal377146201074610535144106
Binary111111111100110100000010111100110001010101110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6681; }

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

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

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

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

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

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

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

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