Html Css Color HEX #FC737C Brink Pink

📋 copy color: '#FC737C'

red 252 ◦ green 115 ◦ blue 124

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

Shades of Brink Pink #FC737C

Tints of Brink Pink #FC737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.42%

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

R = 51.32%
G = 23.42%
B = 25.25%

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

#FC737C (or 0xFC737C) is known color: Brink Pink. HEX triplet: FC, 73 and 7C. RGB value is (252,115,124). Sum of RGB (Red+Green+Blue) = 252+115+124=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC737C is #038C83. Grayscale: #9D9D9D. Windows color (decimal): -232580 or 8156156. OLE color: 8156156.

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

Color convert

RGB 252 115 124 -
CMYK 0 0.54 0.51 0.01
HSL 356.06º 0.96% 0.72% -
HSV(B) 356.06º 0.54% 0.99% -
XYZ 49.91 34.41 23.08 -
YUV 156.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 252 115 124 0 0.54 0.51 0.01 356.06 0.96 0.72
Hex FC 73 7C 0 36 33 1 164 60 48
Octal 374 163 174 0 66 63 1 544 140 110
Binary 11111100 1110011 1111100 0 110110 110011 1 101100100 1100000 1001000

Color Harmonies of #FC737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC737C

Black with #FC737C

Text Example


Text Example

White with #FC737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC737C; }

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

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

background-color css

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

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

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

border-color css

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

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

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