#FF6C81

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

Shades of Brink Pink #FF6C81

Tints of Brink Pink #FF6C81

Color information

#FF6C81 (or 0xFF6C81) is unknown color: approx Brink Pink. HEX triplet: FF, 6C and 81. RGB value is (255,108,129). Sum of RGB (Red+Green+Blue) = 255+108+129=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C81 is #00937E. Grayscale: #9A9A9A. Windows color (decimal): -37759 or 8482047. OLE color: 8482047.

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

Color convert

RGB255108129-
CMYK00.580.490
HSL351.43º100%71.18%-
HSV(B)351.43º57.65%100%-
XYZ50.5733.5724.58-
YUV154.35113.7199.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 108 (42.58% from 255) = 21.95%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=51.83%
G=21.95%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510812900.580.490351.4310071.18
HexFF6C8103A31015f6447
Octal377154201072610537144107
Binary111111111101100100000010111010110001010101111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C81; }

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

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

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

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

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

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

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

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