Html Css Color HEX #FA6779 Brink Pink

📋 copy color: '#FA6779'

red 250 ◦ green 103 ◦ blue 121

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

Shades of Brink Pink #FA6779

Tints of Brink Pink #FA6779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.73%

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

R = 52.74%
G = 21.73%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA6779 (or 0xFA6779) is known color: Brink Pink. HEX triplet: FA, 67 and 79. RGB value is (250,103,121). Sum of RGB (Red+Green+Blue) = 250+103+121=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6779 is #059886. Grayscale: #959595. Windows color (decimal): -366727 or 7956474. OLE color: 7956474.

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

Color convert

RGB 250 103 121 -
CMYK 0 0.59 0.52 0.02
HSL 352.65º 0.94% 0.69% -
HSV(B) 352.65º 0.59% 0.98% -
XYZ 47.73 31.4 21.64 -
YUV 149.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 250 103 121 0 0.59 0.52 0.02 352.65 0.94 0.69
Hex FA 67 79 0 3B 34 2 161 5E 45
Octal 372 147 171 0 73 64 2 541 136 105
Binary 11111010 1100111 1111001 0 111011 110100 10 101100001 1011110 1000101

Color Harmonies of #FA6779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6779

Black with #FA6779

Text Example


Text Example

White with #FA6779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6779; }

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

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

background-color css

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

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

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

border-color css

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

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

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