Html Css Color HEX #FC6C7A Brink Pink

📋 copy color: '#FC6C7A'

red 252 ◦ green 108 ◦ blue 122

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

Shades of Brink Pink #FC6C7A

Tints of Brink Pink #FC6C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

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

R = 52.28%
G = 22.41%
B = 25.31%

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

#FC6C7A (or 0xFC6C7A) is known color: Brink Pink. HEX triplet: FC, 6C and 7A. RGB value is (252,108,122). Sum of RGB (Red+Green+Blue) = 252+108+122=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C7A is #039385. Grayscale: #989898. Windows color (decimal): -234374 or 8023292. OLE color: 8023292.

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

Color convert

RGB 252 108 122 -
CMYK 0 0.57 0.52 0.01
HSL 354.17º 0.96% 0.71% -
HSV(B) 354.17º 0.57% 0.99% -
XYZ 49.02 32.83 22.16 -
YUV 152.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 252 108 122 0 0.57 0.52 0.01 354.17 0.96 0.71
Hex FC 6C 7A 0 39 34 1 162 60 47
Octal 374 154 172 0 71 64 1 542 140 107
Binary 11111100 1101100 1111010 0 111001 110100 1 101100010 1100000 1000111

Color Harmonies of #FC6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C7A

Black with #FC6C7A

Text Example


Text Example

White with #FC6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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