Html Css Color HEX #FA6A8C Brink Pink

📋 copy color: '#FA6A8C'

red 250 ◦ green 106 ◦ blue 140

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

Shades of Brink Pink #FA6A8C

Tints of Brink Pink #FA6A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.37%

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 50.4%
G = 21.37%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA6A8C (or 0xFA6A8C) is known color: Brink Pink. HEX triplet: FA, 6A and 8C. RGB value is (250,106,140). Sum of RGB (Red+Green+Blue) = 250+106+140=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6A8C is #059573. Grayscale: #989898. Windows color (decimal): -365940 or 9202426. OLE color: 9202426.

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

Color convert

RGB 250 106 140 -
CMYK 0 0.58 0.44 0.02
HSL 345.83º 0.94% 0.7% -
HSV(B) 345.83º 0.58% 0.98% -
XYZ 49.31 32.53 28.49 -
YUV 152.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 250 106 140 0 0.58 0.44 0.02 345.83 0.94 0.7
Hex FA 6A 8C 0 3A 2C 2 15A 5E 46
Octal 372 152 214 0 72 54 2 532 136 106
Binary 11111010 1101010 10001100 0 111010 101100 10 101011010 1011110 1000110

Color Harmonies of #FA6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A8C

Black with #FA6A8C

Text Example


Text Example

White with #FA6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A8C; }

 p { color: rgb(250,106,140); }

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

background-color css

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

 a { background-color: rgb(250,106,140); }

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

border-color css

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

 span { border-color: rgb(250,106,140); }

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