Html Css Color HEX #FC6A80 Brink Pink

📋 copy color: '#FC6A80'

red 252 ◦ green 106 ◦ blue 128

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

Shades of Brink Pink #FC6A80

Tints of Brink Pink #FC6A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

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

R = 51.85%
G = 21.81%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC6A80 (or 0xFC6A80) is known color: Brink Pink. HEX triplet: FC, 6A and 80. RGB value is (252,106,128). Sum of RGB (Red+Green+Blue) = 252+106+128=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6A80 is #03957F. Grayscale: #989898. Windows color (decimal): -234880 or 8415996. OLE color: 8415996.

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

Color convert

RGB 252 106 128 -
CMYK 0 0.58 0.49 0.01
HSL 350.96º 0.96% 0.7% -
HSV(B) 350.96º 0.58% 0.99% -
XYZ 49.2 32.56 24.11 -
YUV 152.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 252 106 128 0 0.58 0.49 0.01 350.96 0.96 0.7
Hex FC 6A 80 0 3A 31 1 15F 60 46
Octal 374 152 200 0 72 61 1 537 140 106
Binary 11111100 1101010 10000000 0 111010 110001 1 101011111 1100000 1000110

Color Harmonies of #FC6A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A80

Black with #FC6A80

Text Example


Text Example

White with #FC6A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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