Html Css Color HEX #FC747C Brink Pink

📋 copy color: '#FC747C'

red 252 ◦ green 116 ◦ blue 124

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

Shades of Brink Pink #FC747C

Tints of Brink Pink #FC747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.58%

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

R = 51.22%
G = 23.58%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC747C (or 0xFC747C) is known color: Brink Pink. HEX triplet: FC, 74 and 7C. RGB value is (252,116,124). Sum of RGB (Red+Green+Blue) = 252+116+124=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC747C is #038B83. Grayscale: #9D9D9D. Windows color (decimal): -232324 or 8156412. OLE color: 8156412.

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

Color convert

RGB 252 116 124 -
CMYK 0 0.54 0.51 0.01
HSL 356.47º 0.96% 0.72% -
HSV(B) 356.47º 0.54% 0.99% -
XYZ 50.03 34.64 23.12 -
YUV 157.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 252 116 124 0 0.54 0.51 0.01 356.47 0.96 0.72
Hex FC 74 7C 0 36 33 1 164 60 48
Octal 374 164 174 0 66 63 1 544 140 110
Binary 11111100 1110100 1111100 0 110110 110011 1 101100100 1100000 1001000

Color Harmonies of #FC747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC747C

Black with #FC747C

Text Example


Text Example

White with #FC747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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