Html Css Color HEX #FC6780 Brink Pink

📋 copy color: '#FC6780'

red 252 ◦ green 103 ◦ blue 128

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

Shades of Brink Pink #FC6780

Tints of Brink Pink #FC6780

RGB

 RED value IS 252 (98.83% from 255) = 52.17%

 GREEN value IS 103 (40.63% from 255) = 21.33%

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 52.17%
G = 21.33%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC6780 (or 0xFC6780) is known color: Brink Pink. HEX triplet: FC, 67 and 80. RGB value is (252,103,128). Sum of RGB (Red+Green+Blue) = 252+103+128=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6780 is #03987F. Grayscale: #969696. Windows color (decimal): -235648 or 8415228. OLE color: 8415228.

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

Color convert

RGB 252 103 128 -
CMYK 0 0.59 0.49 0.01
HSL 349.93º 0.96% 0.7% -
HSV(B) 349.93º 0.59% 0.99% -
XYZ 48.89 31.95 24.01 -
YUV 150.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 252 103 128 0 0.59 0.49 0.01 349.93 0.96 0.7
Hex FC 67 80 0 3B 31 1 15E 60 46
Octal 374 147 200 0 73 61 1 536 140 106
Binary 11111100 1100111 10000000 0 111011 110001 1 101011110 1100000 1000110

Color Harmonies of #FC6780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6780

Black with #FC6780

Text Example


Text Example

White with #FC6780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6780; }

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

 H1.HeaderClassName
 {
   color: #FC6780;
 }
 .AnyTagClassName
 {
   color: #FC6780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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