Html Css Color HEX #FA6D81 Brink Pink

📋 copy color: '#FA6D81'

red 250 ◦ green 109 ◦ blue 129

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

Shades of Brink Pink #FA6D81

Tints of Brink Pink #FA6D81

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

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

R = 51.23%
G = 22.34%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA6D81 (or 0xFA6D81) is known color: Brink Pink. HEX triplet: FA, 6D and 81. RGB value is (250,109,129). Sum of RGB (Red+Green+Blue) = 250+109+129=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6D81 is #05927E. Grayscale: #999999. Windows color (decimal): -365183 or 8482298. OLE color: 8482298.

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

Color convert

RGB 250 109 129 -
CMYK 0 0.56 0.48 0.02
HSL 351.49º 0.93% 0.7% -
HSV(B) 351.49º 0.56% 0.98% -
XYZ 48.86 32.85 24.53 -
YUV 153.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 250 109 129 0 0.56 0.48 0.02 351.49 0.93 0.7
Hex FA 6D 81 0 38 30 2 15F 5D 46
Octal 372 155 201 0 70 60 2 537 135 106
Binary 11111010 1101101 10000001 0 111000 110000 10 101011111 1011101 1000110

Color Harmonies of #FA6D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D81

Black with #FA6D81

Text Example


Text Example

White with #FA6D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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