Html Css Color HEX #FC7981 Brink Pink

📋 copy color: '#FC7981'

red 252 ◦ green 121 ◦ blue 129

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

Shades of Brink Pink #FC7981

Tints of Brink Pink #FC7981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.1%

 BLUE value IS 129 (50.78% from 255) = 25.7%

R = 50.2%
G = 24.1%
B = 25.7%

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

#FC7981 (or 0xFC7981) is known color: Brink Pink. HEX triplet: FC, 79 and 81. RGB value is (252,121,129). Sum of RGB (Red+Green+Blue) = 252+121+129=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7981 is #03867E. Grayscale: #A1A1A1. Windows color (decimal): -231039 or 8485372. OLE color: 8485372.

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

Color convert

RGB 252 121 129 -
CMYK 0 0.52 0.49 0.01
HSL 356.34º 0.96% 0.73% -
HSV(B) 356.34º 0.52% 0.99% -
XYZ 50.94 35.96 25.02 -
YUV 161.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 252 121 129 0 0.52 0.49 0.01 356.34 0.96 0.73
Hex FC 79 81 0 34 31 1 164 60 49
Octal 374 171 201 0 64 61 1 544 140 111
Binary 11111100 1111001 10000001 0 110100 110001 1 101100100 1100000 1001001

Color Harmonies of #FC7981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7981

Black with #FC7981

Text Example


Text Example

White with #FC7981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7981; }

 p { color: rgb(252,121,129); }

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

background-color css

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

 a { background-color: rgb(252,121,129); }

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

border-color css

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

 span { border-color: rgb(252,121,129); }

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