#FF6780

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

Shades of Brink Pink #FF6780

Tints of Brink Pink #FF6780

Color information

#FF6780 (or 0xFF6780) is unknown color: approx Brink Pink. HEX triplet: FF, 67 and 80. RGB value is (255,103,128). Sum of RGB (Red+Green+Blue) = 255+103+128=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6780 is #00987F. Grayscale: #979797. Windows color (decimal): -39040 or 8415231. OLE color: 8415231.

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

Color convert

RGB255103128-
CMYK00.600.500
HSL350.13º100%70.2%-
HSV(B)350.13º59.61%100%-
XYZ49.9932.5224.06-
YUV151.3114.86201.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=52.47%
G=21.19%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510312800.600.500350.1310070.2
HexFF678003C32015e6446
Octal377147200074620536144106
Binary111111111100111100000000111100110010010101111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6780; }

 p { color: rgb(255,103,128); }

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

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

 a { background-color: rgb(255,103,128); }

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

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

 span { border-color: rgb(255,103,128); }

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