Html Css Color HEX #FA6986 Brink Pink

📋 copy color: '#FA6986'

red 250 ◦ green 105 ◦ blue 134

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

Shades of Brink Pink #FA6986

Tints of Brink Pink #FA6986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.47%

 BLUE value IS 134 (52.73% from 255) = 27.4%

R = 51.12%
G = 21.47%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA6986 (or 0xFA6986) is known color: Brink Pink. HEX triplet: FA, 69 and 86. RGB value is (250,105,134). Sum of RGB (Red+Green+Blue) = 250+105+134=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6986 is #059679. Grayscale: #979797. Windows color (decimal): -366202 or 8808954. OLE color: 8808954.

HSL color Cylindrical-coordinate representation of color #FA6986: hue angle of 348º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6986 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 105 134 -
CMYK 0 0.58 0.46 0.02
HSL 348º 0.94% 0.7% -
HSV(B) 348º 0.58% 0.98% -
XYZ 48.78 32.15 26.19 -
YUV 151.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 250 105 134 0 0.58 0.46 0.02 348 0.94 0.7
Hex FA 69 86 0 3A 2E 2 15C 5E 46
Octal 372 151 206 0 72 56 2 534 136 106
Binary 11111010 1101001 10000110 0 111010 101110 10 101011100 1011110 1000110

Color Harmonies of #FA6986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6986

Black with #FA6986

Text Example


Text Example

White with #FA6986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6986; }

 p { color: rgb(250,105,134); }

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

background-color css

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

 a { background-color: rgb(250,105,134); }

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

border-color css

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

 span { border-color: rgb(250,105,134); }

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