Html Css Color HEX #FF6780 Brink Pink

📋 copy color: '#FF6780'

red 255 ◦ green 103 ◦ blue 128

#FF6780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FF6780

Tints of Brink Pink #FF6780

RGB

 RED value IS 255 (100% from 255) = 52.47%

 GREEN value IS 103 (40.63% 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 value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6780 (or 0xFF6780) is known color: 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

RGB 255 103 128 -
CMYK 0 0.60 0.50 0
HSL 350.13º 1% 0.7% -
HSV(B) 350.13º 0.6% 1% -
XYZ 49.99 32.52 24.06 -
YUV 151.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 255 103 128 0 0.60 0.50 0 350.13 1 0.7
Hex FF 67 80 0 3C 32 0 15E 64 46
Octal 377 147 200 0 74 62 0 536 144 106
Binary 11111111 1100111 10000000 0 111100 110010 0 101011110 1100100 1000110

Color Harmonies of #FF6780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6780

Black with #FF6780

Text Example


Text Example

White with #FF6780

Text Example


Text Example

HTML Codes & Css Web 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>