Html Css Color HEX #FC718C Brink Pink

📋 copy color: '#FC718C'

red 252 ◦ green 113 ◦ blue 140

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

Shades of Brink Pink #FC718C

Tints of Brink Pink #FC718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.38%

 BLUE value IS 140 (55.08% from 255) = 27.72%

R = 49.9%
G = 22.38%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC718C (or 0xFC718C) is known color: Brink Pink. HEX triplet: FC, 71 and 8C. RGB value is (252,113,140). Sum of RGB (Red+Green+Blue) = 252+113+140=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC718C is #038E73. Grayscale: #9D9D9D. Windows color (decimal): -233076 or 9204220. OLE color: 9204220.

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

Color convert

RGB 252 113 140 -
CMYK 0 0.55 0.44 0.01
HSL 348.35º 0.96% 0.72% -
HSV(B) 348.35º 0.55% 0.99% -
XYZ 50.78 34.4 28.77 -
YUV 157.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 252 113 140 0 0.55 0.44 0.01 348.35 0.96 0.72
Hex FC 71 8C 0 37 2C 1 15C 60 48
Octal 374 161 214 0 67 54 1 534 140 110
Binary 11111100 1110001 10001100 0 110111 101100 1 101011100 1100000 1001000

Color Harmonies of #FC718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC718C

Black with #FC718C

Text Example


Text Example

White with #FC718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC718C; }

 p { color: rgb(252,113,140); }

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

background-color css

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

 a { background-color: rgb(252,113,140); }

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

border-color css

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

 span { border-color: rgb(252,113,140); }

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