Html Css Color HEX #FC647C Brink Pink

📋 copy color: '#FC647C'

red 252 ◦ green 100 ◦ blue 124

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

Shades of Brink Pink #FC647C

Tints of Brink Pink #FC647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.01%

 BLUE value IS 124 (48.83% from 255) = 26.05%

R = 52.94%
G = 21.01%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC647C (or 0xFC647C) is known color: Brink Pink. HEX triplet: FC, 64 and 7C. RGB value is (252,100,124). Sum of RGB (Red+Green+Blue) = 252+100+124=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC647C is #039B83. Grayscale: #949494. Windows color (decimal): -236420 or 8152316. OLE color: 8152316.

HSL color Cylindrical-coordinate representation of color #FC647C: hue angle of 350.53º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC647C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 124 -
CMYK 0 0.60 0.51 0.01
HSL 350.53º 0.96% 0.69% -
HSV(B) 350.53º 0.6% 0.99% -
XYZ 48.34 31.27 22.56 -
YUV 148.18 114.36 202.05 -
System Red Green Blue C M Y K H S L
Decimal 252 100 124 0 0.60 0.51 0.01 350.53 0.96 0.69
Hex FC 64 7C 0 3C 33 1 15F 60 45
Octal 374 144 174 0 74 63 1 537 140 105
Binary 11111100 1100100 1111100 0 111100 110011 1 101011111 1100000 1000101

Color Harmonies of #FC647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC647C

Black with #FC647C

Text Example


Text Example

White with #FC647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC647C; }

 p { color: rgb(252,100,124); }

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

background-color css

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

 a { background-color: rgb(252,100,124); }

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

border-color css

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

 span { border-color: rgb(252,100,124); }

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