Html Css Color HEX #FA5E8A Brink Pink

📋 copy color: '#FA5E8A'

red 250 ◦ green 94 ◦ blue 138

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

Shades of Brink Pink #FA5E8A

Tints of Brink Pink #FA5E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 51.87%
G = 19.5%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA5E8A (or 0xFA5E8A) is known color: Brink Pink. HEX triplet: FA, 5E and 8A. RGB value is (250,94,138). Sum of RGB (Red+Green+Blue) = 250+94+138=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5E8A is #05A175. Grayscale: #919191. Windows color (decimal): -369014 or 9068282. OLE color: 9068282.

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

Color convert

RGB 250 94 138 -
CMYK 0 0.62 0.45 0.02
HSL 343.08º 0.94% 0.67% -
HSV(B) 343.08º 0.62% 0.98% -
XYZ 48.01 30.16 27.34 -
YUV 145.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 250 94 138 0 0.62 0.45 0.02 343.08 0.94 0.67
Hex FA 5E 8A 0 3E 2D 2 157 5E 43
Octal 372 136 212 0 76 55 2 527 136 103
Binary 11111010 1011110 10001010 0 111110 101101 10 101010111 1011110 1000011

Color Harmonies of #FA5E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E8A

Black with #FA5E8A

Text Example


Text Example

White with #FA5E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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