Html Css Color HEX #FC6977 Brink Pink

📋 copy color: '#FC6977'

red 252 ◦ green 105 ◦ blue 119

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

Shades of Brink Pink #FC6977

Tints of Brink Pink #FC6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.06%

 BLUE value IS 119 (46.88% from 255) = 25%

R = 52.94%
G = 22.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC6977 (or 0xFC6977) is known color: Brink Pink. HEX triplet: FC, 69 and 77. RGB value is (252,105,119). Sum of RGB (Red+Green+Blue) = 252+105+119=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6977 is #039688. Grayscale: #969696. Windows color (decimal): -235145 or 7825916. OLE color: 7825916.

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

Color convert

RGB 252 105 119 -
CMYK 0 0.58 0.53 0.01
HSL 354.29º 0.96% 0.7% -
HSV(B) 354.29º 0.58% 0.99% -
XYZ 48.53 32.13 21.1 -
YUV 150.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 252 105 119 0 0.58 0.53 0.01 354.29 0.96 0.7
Hex FC 69 77 0 3A 35 1 162 60 46
Octal 374 151 167 0 72 65 1 542 140 106
Binary 11111100 1101001 1110111 0 111010 110101 1 101100010 1100000 1000110

Color Harmonies of #FC6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6977

Black with #FC6977

Text Example


Text Example

White with #FC6977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6977; }

 p { color: rgb(252,105,119); }

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

background-color css

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

 a { background-color: rgb(252,105,119); }

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

border-color css

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

 span { border-color: rgb(252,105,119); }

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