Html Css Color HEX #FA5E8D Brink Pink

📋 copy color: '#FA5E8D'

red 250 ◦ green 94 ◦ blue 141

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

Shades of Brink Pink #FA5E8D

Tints of Brink Pink #FA5E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.38%

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

R = 51.55%
G = 19.38%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA5E8D (or 0xFA5E8D) is known color: Brink Pink. HEX triplet: FA, 5E and 8D. RGB value is (250,94,141). Sum of RGB (Red+Green+Blue) = 250+94+141=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5E8D is #05A172. Grayscale: #919191. Windows color (decimal): -369011 or 9264890. OLE color: 9264890.

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

Color convert

RGB 250 94 141 -
CMYK 0 0.62 0.44 0.02
HSL 341.92º 0.94% 0.67% -
HSV(B) 341.92º 0.62% 0.98% -
XYZ 48.23 30.25 28.5 -
YUV 146 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 250 94 141 0 0.62 0.44 0.02 341.92 0.94 0.67
Hex FA 5E 8D 0 3E 2C 2 156 5E 43
Octal 372 136 215 0 76 54 2 526 136 103
Binary 11111010 1011110 10001101 0 111110 101100 10 101010110 1011110 1000011

Color Harmonies of #FA5E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E8D

Black with #FA5E8D

Text Example


Text Example

White with #FA5E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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