Html Css Color HEX #FA5381 Brink Pink

📋 copy color: '#FA5381'

red 250 ◦ green 83 ◦ blue 129

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

Shades of Brink Pink #FA5381

Tints of Brink Pink #FA5381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.97%

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

R = 54.11%
G = 17.97%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA5381 (or 0xFA5381) is known color: Brink Pink. HEX triplet: FA, 53 and 81. RGB value is (250,83,129). Sum of RGB (Red+Green+Blue) = 250+83+129=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5381 is #05AC7E. Grayscale: #8A8A8A. Windows color (decimal): -371839 or 8475642. OLE color: 8475642.

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

Color convert

RGB 250 83 129 -
CMYK 0 0.67 0.48 0.02
HSL 343.47º 0.94% 0.65% -
HSV(B) 343.47º 0.67% 0.98% -
XYZ 46.48 28.1 23.74 -
YUV 138.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 250 83 129 0 0.67 0.48 0.02 343.47 0.94 0.65
Hex FA 53 81 0 43 30 2 157 5E 41
Octal 372 123 201 0 103 60 2 527 136 101
Binary 11111010 1010011 10000001 0 1000011 110000 10 101010111 1011110 1000001

Color Harmonies of #FA5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5381

Black with #FA5381

Text Example


Text Example

White with #FA5381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5381; }

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

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

background-color css

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

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

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

border-color css

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

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

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