Html Css Color HEX #FA587E Brink Pink

📋 copy color: '#FA587E'

red 250 ◦ green 88 ◦ blue 126

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

Shades of Brink Pink #FA587E

Tints of Brink Pink #FA587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.97%

 BLUE value IS 126 (49.61% from 255) = 27.16%

R = 53.88%
G = 18.97%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA587E (or 0xFA587E) is known color: Brink Pink. HEX triplet: FA, 58 and 7E. RGB value is (250,88,126). Sum of RGB (Red+Green+Blue) = 250+88+126=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA587E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA587E is #05A781. Grayscale: #8C8C8C. Windows color (decimal): -370562 or 8280314. OLE color: 8280314.

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

Color convert

RGB 250 88 126 -
CMYK 0 0.65 0.50 0.02
HSL 345.93º 0.94% 0.66% -
HSV(B) 345.93º 0.65% 0.98% -
XYZ 46.68 28.81 22.84 -
YUV 140.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 250 88 126 0 0.65 0.50 0.02 345.93 0.94 0.66
Hex FA 58 7E 0 41 32 2 15A 5E 42
Octal 372 130 176 0 101 62 2 532 136 102
Binary 11111010 1011000 1111110 0 1000001 110010 10 101011010 1011110 1000010

Color Harmonies of #FA587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA587E

Black with #FA587E

Text Example


Text Example

White with #FA587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA587E; }

 p { color: rgb(250,88,126); }

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

background-color css

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

 a { background-color: rgb(250,88,126); }

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

border-color css

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

 span { border-color: rgb(250,88,126); }

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