Html Css Color HEX #FA6579 Brink Pink

📋 copy color: '#FA6579'

red 250 ◦ green 101 ◦ blue 121

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

Shades of Brink Pink #FA6579

Tints of Brink Pink #FA6579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.4%

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

R = 52.97%
G = 21.4%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA6579 (or 0xFA6579) is known color: Brink Pink. HEX triplet: FA, 65 and 79. RGB value is (250,101,121). Sum of RGB (Red+Green+Blue) = 250+101+121=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6579 is #059A86. Grayscale: #939393. Windows color (decimal): -367239 or 7955962. OLE color: 7955962.

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

Color convert

RGB 250 101 121 -
CMYK 0 0.60 0.52 0.02
HSL 351.95º 0.94% 0.69% -
HSV(B) 351.95º 0.6% 0.98% -
XYZ 47.53 31.01 21.57 -
YUV 147.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 250 101 121 0 0.60 0.52 0.02 351.95 0.94 0.69
Hex FA 65 79 0 3C 34 2 160 5E 45
Octal 372 145 171 0 74 64 2 540 136 105
Binary 11111010 1100101 1111001 0 111100 110100 10 101100000 1011110 1000101

Color Harmonies of #FA6579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6579

Black with #FA6579

Text Example


Text Example

White with #FA6579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6579; }

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

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

background-color css

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

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

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

border-color css

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

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

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