Html Css Color HEX #FA5483 Brink Pink

📋 copy color: '#FA5483'

red 250 ◦ green 84 ◦ blue 131

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

Shades of Brink Pink #FA5483

Tints of Brink Pink #FA5483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.06%

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 53.76%
G = 18.06%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA5483 (or 0xFA5483) is known color: Brink Pink. HEX triplet: FA, 54 and 83. RGB value is (250,84,131). Sum of RGB (Red+Green+Blue) = 250+84+131=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5483 is #05AB7C. Grayscale: #8A8A8A. Windows color (decimal): -371581 or 8606970. OLE color: 8606970.

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

Color convert

RGB 250 84 131 -
CMYK 0 0.66 0.48 0.02
HSL 343.01º 0.94% 0.65% -
HSV(B) 343.01º 0.66% 0.98% -
XYZ 46.69 28.3 24.47 -
YUV 138.99 123.5 207.18 -
System Red Green Blue C M Y K H S L
Decimal 250 84 131 0 0.66 0.48 0.02 343.01 0.94 0.65
Hex FA 54 83 0 42 30 2 157 5E 41
Octal 372 124 203 0 102 60 2 527 136 101
Binary 11111010 1010100 10000011 0 1000010 110000 10 101010111 1011110 1000001

Color Harmonies of #FA5483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5483

Black with #FA5483

Text Example


Text Example

White with #FA5483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5483; }

 p { color: rgb(250,84,131); }

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

background-color css

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

 a { background-color: rgb(250,84,131); }

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

border-color css

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

 span { border-color: rgb(250,84,131); }

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