Html Css Color HEX #FA5A86 Brink Pink

📋 copy color: '#FA5A86'

red 250 ◦ green 90 ◦ blue 134

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

Shades of Brink Pink #FA5A86

Tints of Brink Pink #FA5A86

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.99%

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

R = 52.74%
G = 18.99%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA5A86 (or 0xFA5A86) is known color: Brink Pink. HEX triplet: FA, 5A and 86. RGB value is (250,90,134). Sum of RGB (Red+Green+Blue) = 250+90+134=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5A86 is #05A579. Grayscale: #8E8E8E. Windows color (decimal): -370042 or 8805114. OLE color: 8805114.

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

Color convert

RGB 250 90 134 -
CMYK 0 0.64 0.46 0.02
HSL 343.5º 0.94% 0.67% -
HSV(B) 343.5º 0.64% 0.98% -
XYZ 47.38 29.36 25.72 -
YUV 142.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 250 90 134 0 0.64 0.46 0.02 343.5 0.94 0.67
Hex FA 5A 86 0 40 2E 2 158 5E 43
Octal 372 132 206 0 100 56 2 530 136 103
Binary 11111010 1011010 10000110 0 1000000 101110 10 101011000 1011110 1000011

Color Harmonies of #FA5A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A86

Black with #FA5A86

Text Example


Text Example

White with #FA5A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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