Html Css Color HEX #FA6879 Brink Pink

📋 copy color: '#FA6879'

red 250 ◦ green 104 ◦ blue 121

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

Shades of Brink Pink #FA6879

Tints of Brink Pink #FA6879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 52.63%
G = 21.89%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA6879 (or 0xFA6879) is known color: Brink Pink. HEX triplet: FA, 68 and 79. RGB value is (250,104,121). Sum of RGB (Red+Green+Blue) = 250+104+121=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6879 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6879 is #059786. Grayscale: #959595. Windows color (decimal): -366471 or 7956730. OLE color: 7956730.

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

Color convert

RGB 250 104 121 -
CMYK 0 0.58 0.52 0.02
HSL 353.01º 0.94% 0.69% -
HSV(B) 353.01º 0.58% 0.98% -
XYZ 47.83 31.61 21.67 -
YUV 149.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 250 104 121 0 0.58 0.52 0.02 353.01 0.94 0.69
Hex FA 68 79 0 3A 34 2 161 5E 45
Octal 372 150 171 0 72 64 2 541 136 105
Binary 11111010 1101000 1111001 0 111010 110100 10 101100001 1011110 1000101

Color Harmonies of #FA6879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6879

Black with #FA6879

Text Example


Text Example

White with #FA6879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6879; }

 p { color: rgb(250,104,121); }

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

background-color css

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

 a { background-color: rgb(250,104,121); }

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

border-color css

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

 span { border-color: rgb(250,104,121); }

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