Html Css Color HEX #FC6C76 Brink Pink

📋 copy color: '#FC6C76'

red 252 ◦ green 108 ◦ blue 118

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

Shades of Brink Pink #FC6C76

Tints of Brink Pink #FC6C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 52.72%
G = 22.59%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC6C76 (or 0xFC6C76) is known color: Brink Pink. HEX triplet: FC, 6C and 76. RGB value is (252,108,118). Sum of RGB (Red+Green+Blue) = 252+108+118=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C76 is #039389. Grayscale: #989898. Windows color (decimal): -234378 or 7761148. OLE color: 7761148.

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

Color convert

RGB 252 108 118 -
CMYK 0 0.57 0.53 0.01
HSL 355.83º 0.96% 0.71% -
HSV(B) 355.83º 0.57% 0.99% -
XYZ 48.78 32.73 20.89 -
YUV 152.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 252 108 118 0 0.57 0.53 0.01 355.83 0.96 0.71
Hex FC 6C 76 0 39 35 1 164 60 47
Octal 374 154 166 0 71 65 1 544 140 107
Binary 11111100 1101100 1110110 0 111001 110101 1 101100100 1100000 1000111

Color Harmonies of #FC6C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C76

Black with #FC6C76

Text Example


Text Example

White with #FC6C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C76; }

 p { color: rgb(252,108,118); }

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

background-color css

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

 a { background-color: rgb(252,108,118); }

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

border-color css

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

 span { border-color: rgb(252,108,118); }

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