Html Css Color HEX #FA5E80 Brink Pink

📋 copy color: '#FA5E80'

red 250 ◦ green 94 ◦ blue 128

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

Shades of Brink Pink #FA5E80

Tints of Brink Pink #FA5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.92%

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 52.97%
G = 19.92%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA5E80 (or 0xFA5E80) is known color: Brink Pink. HEX triplet: FA, 5E and 80. RGB value is (250,94,128). Sum of RGB (Red+Green+Blue) = 250+94+128=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5E80 is #05A17F. Grayscale: #909090. Windows color (decimal): -369024 or 8412922. OLE color: 8412922.

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

Color convert

RGB 250 94 128 -
CMYK 0 0.62 0.49 0.02
HSL 346.92º 0.94% 0.67% -
HSV(B) 346.92º 0.62% 0.98% -
XYZ 47.32 29.89 23.7 -
YUV 144.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 250 94 128 0 0.62 0.49 0.02 346.92 0.94 0.67
Hex FA 5E 80 0 3E 31 2 15B 5E 43
Octal 372 136 200 0 76 61 2 533 136 103
Binary 11111010 1011110 10000000 0 111110 110001 10 101011011 1011110 1000011

Color Harmonies of #FA5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E80

Black with #FA5E80

Text Example


Text Example

White with #FA5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E80; }

 p { color: rgb(250,94,128); }

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

background-color css

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

 a { background-color: rgb(250,94,128); }

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

border-color css

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

 span { border-color: rgb(250,94,128); }

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