Html Css Color HEX #FC6978 Brink Pink

📋 copy color: '#FC6978'

red 252 ◦ green 105 ◦ blue 120

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

Shades of Brink Pink #FC6978

Tints of Brink Pink #FC6978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.16%

R = 52.83%
G = 22.01%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC6978 (or 0xFC6978) is known color: Brink Pink. HEX triplet: FC, 69 and 78. RGB value is (252,105,120). Sum of RGB (Red+Green+Blue) = 252+105+120=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6978 is #039687. Grayscale: #969696. Windows color (decimal): -235144 or 7891452. OLE color: 7891452.

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

Color convert

RGB 252 105 120 -
CMYK 0 0.58 0.52 0.01
HSL 353.88º 0.96% 0.7% -
HSV(B) 353.88º 0.58% 0.99% -
XYZ 48.59 32.15 21.41 -
YUV 150.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 252 105 120 0 0.58 0.52 0.01 353.88 0.96 0.7
Hex FC 69 78 0 3A 34 1 162 60 46
Octal 374 151 170 0 72 64 1 542 140 106
Binary 11111100 1101001 1111000 0 111010 110100 1 101100010 1100000 1000110

Color Harmonies of #FC6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6978

Black with #FC6978

Text Example


Text Example

White with #FC6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6978; }

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

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

background-color css

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

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

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

border-color css

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

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

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