Html Css Color HEX #FA6486 Brink Pink

📋 copy color: '#FA6486'

red 250 ◦ green 100 ◦ blue 134

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

Shades of Brink Pink #FA6486

Tints of Brink Pink #FA6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.66%

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

R = 51.65%
G = 20.66%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA6486 (or 0xFA6486) is known color: Brink Pink. HEX triplet: FA, 64 and 86. RGB value is (250,100,134). Sum of RGB (Red+Green+Blue) = 250+100+134=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6486 is #059B79. Grayscale: #949494. Windows color (decimal): -367482 or 8807674. OLE color: 8807674.

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

Color convert

RGB 250 100 134 -
CMYK 0 0.6 0.46 0.02
HSL 346.4º 0.94% 0.69% -
HSV(B) 346.4º 0.6% 0.98% -
XYZ 48.28 31.16 26.02 -
YUV 148.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 250 100 134 0 0.6 0.46 0.02 346.4 0.94 0.69
Hex FA 64 86 0 3C 2E 2 15A 5E 45
Octal 372 144 206 0 74 56 2 532 136 105
Binary 11111010 1100100 10000110 0 111100 101110 10 101011010 1011110 1000101

Color Harmonies of #FA6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6486

Black with #FA6486

Text Example


Text Example

White with #FA6486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6486; }

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

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

background-color css

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

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

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

border-color css

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

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

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