Html Css Color HEX #FA7079 Brink Pink

📋 copy color: '#FA7079'

red 250 ◦ green 112 ◦ blue 121

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

Shades of Brink Pink #FA7079

Tints of Brink Pink #FA7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.19%

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

R = 51.76%
G = 23.19%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA7079 (or 0xFA7079) is known color: Brink Pink. HEX triplet: FA, 70 and 79. RGB value is (250,112,121). Sum of RGB (Red+Green+Blue) = 250+112+121=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7079 is #058F86. Grayscale: #9A9A9A. Windows color (decimal): -364423 or 7958778. OLE color: 7958778.

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

Color convert

RGB 250 112 121 -
CMYK 0 0.55 0.52 0.02
HSL 356.09º 0.93% 0.71% -
HSV(B) 356.09º 0.55% 0.98% -
XYZ 48.67 33.29 21.95 -
YUV 154.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 250 112 121 0 0.55 0.52 0.02 356.09 0.93 0.71
Hex FA 70 79 0 37 34 2 164 5D 47
Octal 372 160 171 0 67 64 2 544 135 107
Binary 11111010 1110000 1111001 0 110111 110100 10 101100100 1011101 1000111

Color Harmonies of #FA7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7079

Black with #FA7079

Text Example


Text Example

White with #FA7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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