Html Css Color HEX #FA717C Brink Pink

📋 copy color: '#FA717C'

red 250 ◦ green 113 ◦ blue 124

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

Shades of Brink Pink #FA717C

Tints of Brink Pink #FA717C

RGB

 RED value IS 250 (98.05% from 255) = 51.33%

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

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

R = 51.33%
G = 23.2%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA717C (or 0xFA717C) is known color: Brink Pink. HEX triplet: FA, 71 and 7C. RGB value is (250,113,124). Sum of RGB (Red+Green+Blue) = 250+113+124=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA717C is #058E83. Grayscale: #9B9B9B. Windows color (decimal): -364164 or 8155642. OLE color: 8155642.

HSL color Cylindrical-coordinate representation of color #FA717C: hue angle of 355.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA717C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 113 124 -
CMYK 0 0.55 0.50 0.02
HSL 355.18º 0.93% 0.71% -
HSV(B) 355.18º 0.55% 0.98% -
XYZ 48.97 33.59 22.97 -
YUV 155.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 250 113 124 0 0.55 0.50 0.02 355.18 0.93 0.71
Hex FA 71 7C 0 37 32 2 163 5D 47
Octal 372 161 174 0 67 62 2 543 135 107
Binary 11111010 1110001 1111100 0 110111 110010 10 101100011 1011101 1000111

Color Harmonies of #FA717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA717C

Black with #FA717C

Text Example


Text Example

White with #FA717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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