Html Css Color HEX #FA718D Brink Pink

📋 copy color: '#FA718D'

red 250 ◦ green 113 ◦ blue 141

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

Shades of Brink Pink #FA718D

Tints of Brink Pink #FA718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 49.6%
G = 22.42%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA718D (or 0xFA718D) is known color: Brink Pink. HEX triplet: FA, 71 and 8D. RGB value is (250,113,141). Sum of RGB (Red+Green+Blue) = 250+113+141=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA718D is #058E72. Grayscale: #9D9D9D. Windows color (decimal): -364147 or 9269754. OLE color: 9269754.

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

Color convert

RGB 250 113 141 -
CMYK 0 0.55 0.44 0.02
HSL 347.74º 0.93% 0.71% -
HSV(B) 347.74º 0.55% 0.98% -
XYZ 50.14 34.06 29.13 -
YUV 157.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 250 113 141 0 0.55 0.44 0.02 347.74 0.93 0.71
Hex FA 71 8D 0 37 2C 2 15C 5D 47
Octal 372 161 215 0 67 54 2 534 135 107
Binary 11111010 1110001 10001101 0 110111 101100 10 101011100 1011101 1000111

Color Harmonies of #FA718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA718D

Black with #FA718D

Text Example


Text Example

White with #FA718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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