Html Css Color HEX #FA6C8D Brink Pink

📋 copy color: '#FA6C8D'

red 250 ◦ green 108 ◦ blue 141

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

Shades of Brink Pink #FA6C8D

Tints of Brink Pink #FA6C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 50.1%
G = 21.64%
B = 28.26%

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

#FA6C8D (or 0xFA6C8D) is known color: Brink Pink. HEX triplet: FA, 6C and 8D. RGB value is (250,108,141). Sum of RGB (Red+Green+Blue) = 250+108+141=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6C8D is #059372. Grayscale: #9A9A9A. Windows color (decimal): -365427 or 9268474. OLE color: 9268474.

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

Color convert

RGB 250 108 141 -
CMYK 0 0.57 0.44 0.02
HSL 346.06º 0.93% 0.7% -
HSV(B) 346.06º 0.57% 0.98% -
XYZ 49.59 32.97 28.95 -
YUV 154.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 250 108 141 0 0.57 0.44 0.02 346.06 0.93 0.7
Hex FA 6C 8D 0 39 2C 2 15A 5D 46
Octal 372 154 215 0 71 54 2 532 135 106
Binary 11111010 1101100 10001101 0 111001 101100 10 101011010 1011101 1000110

Color Harmonies of #FA6C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C8D

Black with #FA6C8D

Text Example


Text Example

White with #FA6C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C8D; }

 p { color: rgb(250,108,141); }

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

background-color css

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

 a { background-color: rgb(250,108,141); }

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

border-color css

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

 span { border-color: rgb(250,108,141); }

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