Html Css Color HEX #FA6878 Brink Pink

📋 copy color: '#FA6878'

red 250 ◦ green 104 ◦ blue 120

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

Shades of Brink Pink #FA6878

Tints of Brink Pink #FA6878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 52.74%
G = 21.94%
B = 25.32%

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

#FA6878 (or 0xFA6878) is known color: Brink Pink. HEX triplet: FA, 68 and 78. RGB value is (250,104,120). Sum of RGB (Red+Green+Blue) = 250+104+120=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6878 is #059787. Grayscale: #959595. Windows color (decimal): -366472 or 7891194. OLE color: 7891194.

HSL color Cylindrical-coordinate representation of color #FA6878: hue angle of 353.42º 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 #FA6878 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 104 120 -
CMYK 0 0.58 0.52 0.02
HSL 353.42º 0.94% 0.69% -
HSV(B) 353.42º 0.58% 0.98% -
XYZ 47.76 31.58 21.35 -
YUV 149.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 250 104 120 0 0.58 0.52 0.02 353.42 0.94 0.69
Hex FA 68 78 0 3A 34 2 161 5E 45
Octal 372 150 170 0 72 64 2 541 136 105
Binary 11111010 1101000 1111000 0 111010 110100 10 101100001 1011110 1000101

Color Harmonies of #FA6878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6878

Black with #FA6878

Text Example


Text Example

White with #FA6878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6878; }

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

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

background-color css

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

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

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

border-color css

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

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

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