Html Css Color HEX #FA6E8D Brink Pink

📋 copy color: '#FA6E8D'

red 250 ◦ green 110 ◦ blue 141

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

Shades of Brink Pink #FA6E8D

Tints of Brink Pink #FA6E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

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

R = 49.9%
G = 21.96%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA6E8D (or 0xFA6E8D) is known color: Brink Pink. HEX triplet: FA, 6E and 8D. RGB value is (250,110,141). Sum of RGB (Red+Green+Blue) = 250+110+141=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6E8D is #059172. Grayscale: #9B9B9B. Windows color (decimal): -364915 or 9268986. OLE color: 9268986.

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

Color convert

RGB 250 110 141 -
CMYK 0 0.56 0.44 0.02
HSL 346.71º 0.93% 0.71% -
HSV(B) 346.71º 0.56% 0.98% -
XYZ 49.81 33.4 29.02 -
YUV 155.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 250 110 141 0 0.56 0.44 0.02 346.71 0.93 0.71
Hex FA 6E 8D 0 38 2C 2 15B 5D 47
Octal 372 156 215 0 70 54 2 533 135 107
Binary 11111010 1101110 10001101 0 111000 101100 10 101011011 1011101 1000111

Color Harmonies of #FA6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E8D

Black with #FA6E8D

Text Example


Text Example

White with #FA6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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