Html Css Color HEX #FC6A76 Brink Pink

📋 copy color: '#FC6A76'

red 252 ◦ green 106 ◦ blue 118

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

Shades of Brink Pink #FC6A76

Tints of Brink Pink #FC6A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.27%

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

R = 52.94%
G = 22.27%
B = 24.79%

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

#FC6A76 (or 0xFC6A76) is known color: Brink Pink. HEX triplet: FC, 6A and 76. RGB value is (252,106,118). Sum of RGB (Red+Green+Blue) = 252+106+118=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A76 is #039589. Grayscale: #979797. Windows color (decimal): -234890 or 7760636. OLE color: 7760636.

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

Color convert

RGB 252 106 118 -
CMYK 0 0.58 0.53 0.01
HSL 355.07º 0.96% 0.7% -
HSV(B) 355.07º 0.58% 0.99% -
XYZ 48.57 32.31 20.82 -
YUV 151.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 252 106 118 0 0.58 0.53 0.01 355.07 0.96 0.7
Hex FC 6A 76 0 3A 35 1 163 60 46
Octal 374 152 166 0 72 65 1 543 140 106
Binary 11111100 1101010 1110110 0 111010 110101 1 101100011 1100000 1000110

Color Harmonies of #FC6A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A76

Black with #FC6A76

Text Example


Text Example

White with #FC6A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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