Html Css Color HEX #FA6591 Brink Pink

📋 copy color: '#FA6591'

red 250 ◦ green 101 ◦ blue 145

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

Shades of Brink Pink #FA6591

Tints of Brink Pink #FA6591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 50.4%
G = 20.36%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA6591 (or 0xFA6591) is known color: Brink Pink. HEX triplet: FA, 65 and 91. RGB value is (250,101,145). Sum of RGB (Red+Green+Blue) = 250+101+145=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6591 is #059A6E. Grayscale: #969696. Windows color (decimal): -367215 or 9528826. OLE color: 9528826.

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

Color convert

RGB 250 101 145 -
CMYK 0 0.60 0.42 0.02
HSL 342.28º 0.94% 0.69% -
HSV(B) 342.28º 0.6% 0.98% -
XYZ 49.19 31.68 30.31 -
YUV 150.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 250 101 145 0 0.60 0.42 0.02 342.28 0.94 0.69
Hex FA 65 91 0 3C 2A 2 156 5E 45
Octal 372 145 221 0 74 52 2 526 136 105
Binary 11111010 1100101 10010001 0 111100 101010 10 101010110 1011110 1000101

Color Harmonies of #FA6591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6591

Black with #FA6591

Text Example


Text Example

White with #FA6591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6591; }

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

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

background-color css

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

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

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

border-color css

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

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

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