Html Css Color HEX #FC7080 Brink Pink

📋 copy color: '#FC7080'

red 252 ◦ green 112 ◦ blue 128

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

Shades of Brink Pink #FC7080

Tints of Brink Pink #FC7080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.76%

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

R = 51.22%
G = 22.76%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC7080 (or 0xFC7080) is known color: Brink Pink. HEX triplet: FC, 70 and 80. RGB value is (252,112,128). Sum of RGB (Red+Green+Blue) = 252+112+128=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7080 is #038F7F. Grayscale: #9B9B9B. Windows color (decimal): -233344 or 8417532. OLE color: 8417532.

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

Color convert

RGB 252 112 128 -
CMYK 0 0.56 0.49 0.01
HSL 353.14º 0.96% 0.71% -
HSV(B) 353.14º 0.56% 0.99% -
XYZ 49.84 33.84 24.33 -
YUV 155.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 252 112 128 0 0.56 0.49 0.01 353.14 0.96 0.71
Hex FC 70 80 0 38 31 1 161 60 47
Octal 374 160 200 0 70 61 1 541 140 107
Binary 11111100 1110000 10000000 0 111000 110001 1 101100001 1100000 1000111

Color Harmonies of #FC7080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7080

Black with #FC7080

Text Example


Text Example

White with #FC7080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7080; }

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

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

background-color css

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

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

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

border-color css

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

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

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