Html Css Color HEX #FC7A86 Brink Pink

📋 copy color: '#FC7A86'

red 252 ◦ green 122 ◦ blue 134

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

Shades of Brink Pink #FC7A86

Tints of Brink Pink #FC7A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.02%

 BLUE value IS 134 (52.73% from 255) = 26.38%

R = 49.61%
G = 24.02%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7A86 (or 0xFC7A86) is known color: Brink Pink. HEX triplet: FC, 7A and 86. RGB value is (252,122,134). Sum of RGB (Red+Green+Blue) = 252+122+134=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A86 is #038579. Grayscale: #A2A2A2. Windows color (decimal): -230778 or 8813308. OLE color: 8813308.

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

Color convert

RGB 252 122 134 -
CMYK 0 0.52 0.47 0.01
HSL 354.46º 0.96% 0.73% -
HSV(B) 354.46º 0.52% 0.99% -
XYZ 51.41 36.34 26.86 -
YUV 162.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 252 122 134 0 0.52 0.47 0.01 354.46 0.96 0.73
Hex FC 7A 86 0 34 2F 1 162 60 49
Octal 374 172 206 0 64 57 1 542 140 111
Binary 11111100 1111010 10000110 0 110100 101111 1 101100010 1100000 1001001

Color Harmonies of #FC7A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A86

Black with #FC7A86

Text Example


Text Example

White with #FC7A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A86; }

 p { color: rgb(252,122,134); }

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

background-color css

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

 a { background-color: rgb(252,122,134); }

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

border-color css

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

 span { border-color: rgb(252,122,134); }

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