Html Css Color HEX #FC6D7A Brink Pink

📋 copy color: '#FC6D7A'

red 252 ◦ green 109 ◦ blue 122

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

Shades of Brink Pink #FC6D7A

Tints of Brink Pink #FC6D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 52.17%
G = 22.57%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC6D7A (or 0xFC6D7A) is known color: Brink Pink. HEX triplet: FC, 6D and 7A. RGB value is (252,109,122). Sum of RGB (Red+Green+Blue) = 252+109+122=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D7A is #039285. Grayscale: #999999. Windows color (decimal): -234118 or 8023548. OLE color: 8023548.

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

Color convert

RGB 252 109 122 -
CMYK 0 0.57 0.52 0.01
HSL 354.55º 0.96% 0.71% -
HSV(B) 354.55º 0.57% 0.99% -
XYZ 49.13 33.04 22.2 -
YUV 153.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 252 109 122 0 0.57 0.52 0.01 354.55 0.96 0.71
Hex FC 6D 7A 0 39 34 1 163 60 47
Octal 374 155 172 0 71 64 1 543 140 107
Binary 11111100 1101101 1111010 0 111001 110100 1 101100011 1100000 1000111

Color Harmonies of #FC6D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D7A

Black with #FC6D7A

Text Example


Text Example

White with #FC6D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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