Html Css Color HEX #FA5EBC Hot Pink

📋 copy color: '#FA5EBC'

red 250 ◦ green 94 ◦ blue 188

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

Shades of Hot Pink #FA5EBC

Tints of Hot Pink #FA5EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 46.99%
G = 17.67%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA5EBC (or 0xFA5EBC) is known color: Hot Pink. HEX triplet: FA, 5E and BC. RGB value is (250,94,188). Sum of RGB (Red+Green+Blue) = 250+94+188=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EBC is #05A143. Grayscale: #979797. Windows color (decimal): -368964 or 12345082. OLE color: 12345082.

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

Color convert

RGB 250 94 188 -
CMYK 0 0.62 0.25 0.02
HSL 323.85º 0.94% 0.67% -
HSV(B) 323.85º 0.62% 0.98% -
XYZ 52.5 31.96 50.98 -
YUV 151.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 250 94 188 0 0.62 0.25 0.02 323.85 0.94 0.67
Hex FA 5E BC 0 3E 19 2 144 5E 43
Octal 372 136 274 0 76 31 2 504 136 103
Binary 11111010 1011110 10111100 0 111110 11001 10 101000100 1011110 1000011

Color Harmonies of #FA5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EBC

Black with #FA5EBC

Text Example


Text Example

White with #FA5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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