Html Css Color HEX #FA5EAE Hot Pink

📋 copy color: '#FA5EAE'

red 250 ◦ green 94 ◦ blue 174

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

Shades of Hot Pink #FA5EAE

Tints of Hot Pink #FA5EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.59%

R = 48.26%
G = 18.15%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA5EAE (or 0xFA5EAE) is known color: Hot Pink. HEX triplet: FA, 5E and AE. RGB value is (250,94,174). Sum of RGB (Red+Green+Blue) = 250+94+174=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5EAE is #05A151. Grayscale: #959595. Windows color (decimal): -368978 or 11427578. OLE color: 11427578.

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

Color convert

RGB 250 94 174 -
CMYK 0 0.62 0.30 0.02
HSL 329.23º 0.94% 0.67% -
HSV(B) 329.23º 0.62% 0.98% -
XYZ 51.07 31.39 43.41 -
YUV 149.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 250 94 174 0 0.62 0.30 0.02 329.23 0.94 0.67
Hex FA 5E AE 0 3E 1E 2 149 5E 43
Octal 372 136 256 0 76 36 2 511 136 103
Binary 11111010 1011110 10101110 0 111110 11110 10 101001001 1011110 1000011

Color Harmonies of #FA5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EAE

Black with #FA5EAE

Text Example


Text Example

White with #FA5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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