Html Css Color HEX #FA6B8C Brink Pink

📋 copy color: '#FA6B8C'

red 250 ◦ green 107 ◦ blue 140

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

Shades of Brink Pink #FA6B8C

Tints of Brink Pink #FA6B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

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

R = 50.3%
G = 21.53%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA6B8C (or 0xFA6B8C) is known color: Brink Pink. HEX triplet: FA, 6B and 8C. RGB value is (250,107,140). Sum of RGB (Red+Green+Blue) = 250+107+140=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6B8C is #059473. Grayscale: #999999. Windows color (decimal): -365684 or 9202682. OLE color: 9202682.

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

Color convert

RGB 250 107 140 -
CMYK 0 0.57 0.44 0.02
HSL 346.15º 0.93% 0.7% -
HSV(B) 346.15º 0.57% 0.98% -
XYZ 49.42 32.73 28.52 -
YUV 153.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 250 107 140 0 0.57 0.44 0.02 346.15 0.93 0.7
Hex FA 6B 8C 0 39 2C 2 15A 5D 46
Octal 372 153 214 0 71 54 2 532 135 106
Binary 11111010 1101011 10001100 0 111001 101100 10 101011010 1011101 1000110

Color Harmonies of #FA6B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B8C

Black with #FA6B8C

Text Example


Text Example

White with #FA6B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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