Html Css Color HEX #FC7880 Brink Pink

📋 copy color: '#FC7880'

red 252 ◦ green 120 ◦ blue 128

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

Shades of Brink Pink #FC7880

Tints of Brink Pink #FC7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24%

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

R = 50.4%
G = 24%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC7880 (or 0xFC7880) is known color: Brink Pink. HEX triplet: FC, 78 and 80. RGB value is (252,120,128). Sum of RGB (Red+Green+Blue) = 252+120+128=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7880 is #03877F. Grayscale: #A0A0A0. Windows color (decimal): -231296 or 8419580. OLE color: 8419580.

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

Color convert

RGB 252 120 128 -
CMYK 0 0.52 0.49 0.01
HSL 356.36º 0.96% 0.73% -
HSV(B) 356.36º 0.52% 0.99% -
XYZ 50.76 35.69 24.64 -
YUV 160.38 109.73 193.35 -
System Red Green Blue C M Y K H S L
Decimal 252 120 128 0 0.52 0.49 0.01 356.36 0.96 0.73
Hex FC 78 80 0 34 31 1 164 60 49
Octal 374 170 200 0 64 61 1 544 140 111
Binary 11111100 1111000 10000000 0 110100 110001 1 101100100 1100000 1001001

Color Harmonies of #FC7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7880

Black with #FC7880

Text Example


Text Example

White with #FC7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7880; }

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

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

background-color css

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

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

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

border-color css

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

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

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