Html Css Color HEX #FA5481 Brink Pink

📋 copy color: '#FA5481'

red 250 ◦ green 84 ◦ blue 129

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

Shades of Brink Pink #FA5481

Tints of Brink Pink #FA5481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 54%
G = 18.14%
B = 27.86%

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

#FA5481 (or 0xFA5481) is known color: Brink Pink. HEX triplet: FA, 54 and 81. RGB value is (250,84,129). Sum of RGB (Red+Green+Blue) = 250+84+129=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5481 is #05AB7E. Grayscale: #8A8A8A. Windows color (decimal): -371583 or 8475898. OLE color: 8475898.

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

Color convert

RGB 250 84 129 -
CMYK 0 0.66 0.48 0.02
HSL 343.73º 0.94% 0.65% -
HSV(B) 343.73º 0.66% 0.98% -
XYZ 46.56 28.25 23.77 -
YUV 138.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 250 84 129 0 0.66 0.48 0.02 343.73 0.94 0.65
Hex FA 54 81 0 42 30 2 158 5E 41
Octal 372 124 201 0 102 60 2 530 136 101
Binary 11111010 1010100 10000001 0 1000010 110000 10 101011000 1011110 1000001

Color Harmonies of #FA5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5481

Black with #FA5481

Text Example


Text Example

White with #FA5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5481; }

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

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

background-color css

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

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

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

border-color css

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

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

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