Html Css Color HEX #FA5EBA Hot Pink

📋 copy color: '#FA5EBA'

red 250 ◦ green 94 ◦ blue 186

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

Shades of Hot Pink #FA5EBA

Tints of Hot Pink #FA5EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 47.17%
G = 17.74%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA5EBA (or 0xFA5EBA) is known color: Hot Pink. HEX triplet: FA, 5E and BA. RGB value is (250,94,186). Sum of RGB (Red+Green+Blue) = 250+94+186=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EBA is #05A145. Grayscale: #969696. Windows color (decimal): -368966 or 12214010. OLE color: 12214010.

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

Color convert

RGB 250 94 186 -
CMYK 0 0.62 0.26 0.02
HSL 324.62º 0.94% 0.67% -
HSV(B) 324.62º 0.62% 0.98% -
XYZ 52.29 31.87 49.85 -
YUV 151.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 250 94 186 0 0.62 0.26 0.02 324.62 0.94 0.67
Hex FA 5E BA 0 3E 1A 2 145 5E 43
Octal 372 136 272 0 76 32 2 505 136 103
Binary 11111010 1011110 10111010 0 111110 11010 10 101000101 1011110 1000011

Color Harmonies of #FA5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EBA

Black with #FA5EBA

Text Example


Text Example

White with #FA5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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