Html Css Color HEX #FA6586 Brink Pink

📋 copy color: '#FA6586'

red 250 ◦ green 101 ◦ blue 134

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

Shades of Brink Pink #FA6586

Tints of Brink Pink #FA6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

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

R = 51.55%
G = 20.82%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA6586 (or 0xFA6586) is known color: Brink Pink. HEX triplet: FA, 65 and 86. RGB value is (250,101,134). Sum of RGB (Red+Green+Blue) = 250+101+134=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6586 is #059A79. Grayscale: #959595. Windows color (decimal): -367226 or 8807930. OLE color: 8807930.

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

Color convert

RGB 250 101 134 -
CMYK 0 0.60 0.46 0.02
HSL 346.71º 0.94% 0.69% -
HSV(B) 346.71º 0.6% 0.98% -
XYZ 48.38 31.35 26.06 -
YUV 149.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 250 101 134 0 0.60 0.46 0.02 346.71 0.94 0.69
Hex FA 65 86 0 3C 2E 2 15B 5E 45
Octal 372 145 206 0 74 56 2 533 136 105
Binary 11111010 1100101 10000110 0 111100 101110 10 101011011 1011110 1000101

Color Harmonies of #FA6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6586

Black with #FA6586

Text Example


Text Example

White with #FA6586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6586; }

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

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

background-color css

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

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

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

border-color css

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

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

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