Html Css Color HEX #FA5EAD Hot Pink

📋 copy color: '#FA5EAD'

red 250 ◦ green 94 ◦ blue 173

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

Shades of Hot Pink #FA5EAD

Tints of Hot Pink #FA5EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 48.36%
G = 18.18%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA5EAD (or 0xFA5EAD) is known color: Hot Pink. HEX triplet: FA, 5E and AD. RGB value is (250,94,173). Sum of RGB (Red+Green+Blue) = 250+94+173=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5EAD is #05A152. Grayscale: #959595. Windows color (decimal): -368979 or 11362042. OLE color: 11362042.

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

Color convert

RGB 250 94 173 -
CMYK 0 0.62 0.31 0.02
HSL 329.62º 0.94% 0.67% -
HSV(B) 329.62º 0.62% 0.98% -
XYZ 50.97 31.35 42.9 -
YUV 149.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 250 94 173 0 0.62 0.31 0.02 329.62 0.94 0.67
Hex FA 5E AD 0 3E 1F 2 14A 5E 43
Octal 372 136 255 0 76 37 2 512 136 103
Binary 11111010 1011110 10101101 0 111110 11111 10 101001010 1011110 1000011

Color Harmonies of #FA5EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EAD

Black with #FA5EAD

Text Example


Text Example

White with #FA5EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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