Html Css Color HEX #FA6987 Brink Pink

📋 copy color: '#FA6987'

red 250 ◦ green 105 ◦ blue 135

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

Shades of Brink Pink #FA6987

Tints of Brink Pink #FA6987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.55%

R = 51.02%
G = 21.43%
B = 27.55%

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

#FA6987 (or 0xFA6987) is known color: Brink Pink. HEX triplet: FA, 69 and 87. RGB value is (250,105,135). Sum of RGB (Red+Green+Blue) = 250+105+135=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6987 is #059678. Grayscale: #979797. Windows color (decimal): -366201 or 8874490. OLE color: 8874490.

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

Color convert

RGB 250 105 135 -
CMYK 0 0.58 0.46 0.02
HSL 347.59º 0.94% 0.7% -
HSV(B) 347.59º 0.58% 0.98% -
XYZ 48.85 32.18 26.56 -
YUV 151.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 250 105 135 0 0.58 0.46 0.02 347.59 0.94 0.7
Hex FA 69 87 0 3A 2E 2 15C 5E 46
Octal 372 151 207 0 72 56 2 534 136 106
Binary 11111010 1101001 10000111 0 111010 101110 10 101011100 1011110 1000110

Color Harmonies of #FA6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6987

Black with #FA6987

Text Example


Text Example

White with #FA6987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6987; }

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

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

background-color css

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

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

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

border-color css

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

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

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