Html Css Color HEX #FC717C Brink Pink

📋 copy color: '#FC717C'

red 252 ◦ green 113 ◦ blue 124

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

Shades of Brink Pink #FC717C

Tints of Brink Pink #FC717C

RGB

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

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

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

R = 51.53%
G = 23.11%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC717C (or 0xFC717C) is known color: Brink Pink. HEX triplet: FC, 71 and 7C. RGB value is (252,113,124). Sum of RGB (Red+Green+Blue) = 252+113+124=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC717C is #038E83. Grayscale: #9B9B9B. Windows color (decimal): -233092 or 8155644. OLE color: 8155644.

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

Color convert

RGB 252 113 124 -
CMYK 0 0.55 0.51 0.01
HSL 355.25º 0.96% 0.72% -
HSV(B) 355.25º 0.55% 0.99% -
XYZ 49.69 33.96 23.01 -
YUV 155.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 252 113 124 0 0.55 0.51 0.01 355.25 0.96 0.72
Hex FC 71 7C 0 37 33 1 163 60 48
Octal 374 161 174 0 67 63 1 543 140 110
Binary 11111100 1110001 1111100 0 110111 110011 1 101100011 1100000 1001000

Color Harmonies of #FC717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC717C

Black with #FC717C

Text Example


Text Example

White with #FC717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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