Html Css Color HEX #FA5686 Brink Pink

📋 copy color: '#FA5686'

red 250 ◦ green 86 ◦ blue 134

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

Shades of Brink Pink #FA5686

Tints of Brink Pink #FA5686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.3%

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

R = 53.19%
G = 18.3%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA5686 (or 0xFA5686) is known color: Brink Pink. HEX triplet: FA, 56 and 86. RGB value is (250,86,134). Sum of RGB (Red+Green+Blue) = 250+86+134=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5686 is #05A979. Grayscale: #8C8C8C. Windows color (decimal): -371066 or 8804090. OLE color: 8804090.

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

Color convert

RGB 250 86 134 -
CMYK 0 0.66 0.46 0.02
HSL 342.44º 0.94% 0.66% -
HSV(B) 342.44º 0.66% 0.98% -
XYZ 47.06 28.7 25.61 -
YUV 140.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 250 86 134 0 0.66 0.46 0.02 342.44 0.94 0.66
Hex FA 56 86 0 42 2E 2 156 5E 42
Octal 372 126 206 0 102 56 2 526 136 102
Binary 11111010 1010110 10000110 0 1000010 101110 10 101010110 1011110 1000010

Color Harmonies of #FA5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5686

Black with #FA5686

Text Example


Text Example

White with #FA5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5686; }

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

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

background-color css

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

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

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

border-color css

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

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

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