Html Css Color HEX #FC717A Brink Pink

📋 copy color: '#FC717A'

red 252 ◦ green 113 ◦ blue 122

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

Shades of Brink Pink #FC717A

Tints of Brink Pink #FC717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.05%

R = 51.75%
G = 23.2%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC717A (or 0xFC717A) is known color: Brink Pink. HEX triplet: FC, 71 and 7A. RGB value is (252,113,122). Sum of RGB (Red+Green+Blue) = 252+113+122=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC717A is #038E85. Grayscale: #9B9B9B. Windows color (decimal): -233094 or 8024572. OLE color: 8024572.

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

Color convert

RGB 252 113 122 -
CMYK 0 0.55 0.52 0.01
HSL 356.12º 0.96% 0.72% -
HSV(B) 356.12º 0.55% 0.99% -
XYZ 49.56 33.91 22.35 -
YUV 155.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 252 113 122 0 0.55 0.52 0.01 356.12 0.96 0.72
Hex FC 71 7A 0 37 34 1 164 60 48
Octal 374 161 172 0 67 64 1 544 140 110
Binary 11111100 1110001 1111010 0 110111 110100 1 101100100 1100000 1001000

Color Harmonies of #FC717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC717A

Black with #FC717A

Text Example


Text Example

White with #FC717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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