Html Css Color HEX #FA6A8B Brink Pink

📋 copy color: '#FA6A8B'

red 250 ◦ green 106 ◦ blue 139

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

Shades of Brink Pink #FA6A8B

Tints of Brink Pink #FA6A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 50.51%
G = 21.41%
B = 28.08%

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

#FA6A8B (or 0xFA6A8B) is known color: Brink Pink. HEX triplet: FA, 6A and 8B. RGB value is (250,106,139). Sum of RGB (Red+Green+Blue) = 250+106+139=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6A8B is #059574. Grayscale: #989898. Windows color (decimal): -365941 or 9136890. OLE color: 9136890.

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

Color convert

RGB 250 106 139 -
CMYK 0 0.58 0.44 0.02
HSL 346.25º 0.94% 0.7% -
HSV(B) 346.25º 0.58% 0.98% -
XYZ 49.24 32.5 28.1 -
YUV 152.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 250 106 139 0 0.58 0.44 0.02 346.25 0.94 0.7
Hex FA 6A 8B 0 3A 2C 2 15A 5E 46
Octal 372 152 213 0 72 54 2 532 136 106
Binary 11111010 1101010 10001011 0 111010 101100 10 101011010 1011110 1000110

Color Harmonies of #FA6A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A8B

Black with #FA6A8B

Text Example


Text Example

White with #FA6A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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