Html Css Color HEX #FC6D7D Brink Pink

📋 copy color: '#FC6D7D'

red 252 ◦ green 109 ◦ blue 125

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

Shades of Brink Pink #FC6D7D

Tints of Brink Pink #FC6D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 51.85%
G = 22.43%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC6D7D (or 0xFC6D7D) is known color: Brink Pink. HEX triplet: FC, 6D and 7D. RGB value is (252,109,125). Sum of RGB (Red+Green+Blue) = 252+109+125=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D7D is #039282. Grayscale: #999999. Windows color (decimal): -234115 or 8220156. OLE color: 8220156.

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

Color convert

RGB 252 109 125 -
CMYK 0 0.57 0.50 0.01
HSL 353.29º 0.96% 0.71% -
HSV(B) 353.29º 0.57% 0.99% -
XYZ 49.32 33.11 23.19 -
YUV 153.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 252 109 125 0 0.57 0.50 0.01 353.29 0.96 0.71
Hex FC 6D 7D 0 39 32 1 161 60 47
Octal 374 155 175 0 71 62 1 541 140 107
Binary 11111100 1101101 1111101 0 111001 110010 1 101100001 1100000 1000111

Color Harmonies of #FC6D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D7D

Black with #FC6D7D

Text Example


Text Example

White with #FC6D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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