Html Css Color HEX #FC6880 Brink Pink

📋 copy color: '#FC6880'

red 252 ◦ green 104 ◦ blue 128

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

Shades of Brink Pink #FC6880

Tints of Brink Pink #FC6880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.49%

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

R = 52.07%
G = 21.49%
B = 26.45%

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

#FC6880 (or 0xFC6880) is known color: Brink Pink. HEX triplet: FC, 68 and 80. RGB value is (252,104,128). Sum of RGB (Red+Green+Blue) = 252+104+128=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6880 is #03977F. Grayscale: #979797. Windows color (decimal): -235392 or 8415484. OLE color: 8415484.

HSL color Cylindrical-coordinate representation of color #FC6880: hue angle of 350.27º 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 #FC6880 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 104 128 -
CMYK 0 0.59 0.49 0.01
HSL 350.27º 0.96% 0.7% -
HSV(B) 350.27º 0.59% 0.99% -
XYZ 48.99 32.15 24.05 -
YUV 150.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 252 104 128 0 0.59 0.49 0.01 350.27 0.96 0.7
Hex FC 68 80 0 3B 31 1 15E 60 46
Octal 374 150 200 0 73 61 1 536 140 106
Binary 11111100 1101000 10000000 0 111011 110001 1 101011110 1100000 1000110

Color Harmonies of #FC6880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6880

Black with #FC6880

Text Example


Text Example

White with #FC6880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6880; }

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

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

background-color css

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

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

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

border-color css

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

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

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