Html Css Color HEX #FA5882 Brink Pink

📋 copy color: '#FA5882'

red 250 ◦ green 88 ◦ blue 130

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

Shades of Brink Pink #FA5882

Tints of Brink Pink #FA5882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.78%

R = 53.42%
G = 18.8%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA5882 (or 0xFA5882) is known color: Brink Pink. HEX triplet: FA, 58 and 82. RGB value is (250,88,130). Sum of RGB (Red+Green+Blue) = 250+88+130=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5882 is #05A77D. Grayscale: #8D8D8D. Windows color (decimal): -370558 or 8542458. OLE color: 8542458.

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

Color convert

RGB 250 88 130 -
CMYK 0 0.65 0.48 0.02
HSL 344.44º 0.94% 0.66% -
HSV(B) 344.44º 0.65% 0.98% -
XYZ 46.94 28.92 24.23 -
YUV 141.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 250 88 130 0 0.65 0.48 0.02 344.44 0.94 0.66
Hex FA 58 82 0 41 30 2 158 5E 42
Octal 372 130 202 0 101 60 2 530 136 102
Binary 11111010 1011000 10000010 0 1000001 110000 10 101011000 1011110 1000010

Color Harmonies of #FA5882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5882

Black with #FA5882

Text Example


Text Example

White with #FA5882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5882; }

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

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

background-color css

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

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

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

border-color css

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

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

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