Html Css Color HEX #FC6C7F Brink Pink

📋 copy color: '#FC6C7F'

red 252 ◦ green 108 ◦ blue 127

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

Shades of Brink Pink #FC6C7F

Tints of Brink Pink #FC6C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.08%

R = 51.75%
G = 22.18%
B = 26.08%

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

#FC6C7F (or 0xFC6C7F) is known color: Brink Pink. HEX triplet: FC, 6C and 7F. RGB value is (252,108,127). Sum of RGB (Red+Green+Blue) = 252+108+127=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C7F is #039380. Grayscale: #999999. Windows color (decimal): -234369 or 8350972. OLE color: 8350972.

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

Color convert

RGB 252 108 127 -
CMYK 0 0.57 0.50 0.01
HSL 352.08º 0.96% 0.71% -
HSV(B) 352.08º 0.57% 0.99% -
XYZ 49.34 32.95 23.84 -
YUV 153.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 252 108 127 0 0.57 0.50 0.01 352.08 0.96 0.71
Hex FC 6C 7F 0 39 32 1 160 60 47
Octal 374 154 177 0 71 62 1 540 140 107
Binary 11111100 1101100 1111111 0 111001 110010 1 101100000 1100000 1000111

Color Harmonies of #FC6C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C7F

Black with #FC6C7F

Text Example


Text Example

White with #FC6C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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