Html Css Color HEX #FC6D82 Brink Pink

📋 copy color: '#FC6D82'

red 252 ◦ green 109 ◦ blue 130

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

Shades of Brink Pink #FC6D82

Tints of Brink Pink #FC6D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 51.32%
G = 22.2%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6D82 (or 0xFC6D82) is known color: Brink Pink. HEX triplet: FC, 6D and 82. RGB value is (252,109,130). Sum of RGB (Red+Green+Blue) = 252+109+130=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D82 is #03927D. Grayscale: #9A9A9A. Windows color (decimal): -234110 or 8547836. OLE color: 8547836.

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

Color convert

RGB 252 109 130 -
CMYK 0 0.57 0.48 0.01
HSL 351.19º 0.96% 0.71% -
HSV(B) 351.19º 0.57% 0.99% -
XYZ 49.64 33.24 24.92 -
YUV 154.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 252 109 130 0 0.57 0.48 0.01 351.19 0.96 0.71
Hex FC 6D 82 0 39 30 1 15F 60 47
Octal 374 155 202 0 71 60 1 537 140 107
Binary 11111100 1101101 10000010 0 111001 110000 1 101011111 1100000 1000111

Color Harmonies of #FC6D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D82

Black with #FC6D82

Text Example


Text Example

White with #FC6D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D82; }

 p { color: rgb(252,109,130); }

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

background-color css

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

 a { background-color: rgb(252,109,130); }

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

border-color css

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

 span { border-color: rgb(252,109,130); }

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