Html Css Color HEX #FA59BA Hot Pink

📋 copy color: '#FA59BA'

red 250 ◦ green 89 ◦ blue 186

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

Shades of Hot Pink #FA59BA

Tints of Hot Pink #FA59BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.95%

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

R = 47.62%
G = 16.95%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA59BA (or 0xFA59BA) is known color: Hot Pink. HEX triplet: FA, 59 and BA. RGB value is (250,89,186). Sum of RGB (Red+Green+Blue) = 250+89+186=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59BA is #05A645. Grayscale: #939393. Windows color (decimal): -370246 or 12212730. OLE color: 12212730.

HSL color Cylindrical-coordinate representation of color #FA59BA: hue angle of 323.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA59BA is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 89 186 -
CMYK 0 0.64 0.26 0.02
HSL 323.85º 0.94% 0.66% -
HSV(B) 323.85º 0.64% 0.98% -
XYZ 51.86 31.01 49.71 -
YUV 148.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 250 89 186 0 0.64 0.26 0.02 323.85 0.94 0.66
Hex FA 59 BA 0 40 1A 2 144 5E 42
Octal 372 131 272 0 100 32 2 504 136 102
Binary 11111010 1011001 10111010 0 1000000 11010 10 101000100 1011110 1000010

Color Harmonies of #FA59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59BA

Black with #FA59BA

Text Example


Text Example

White with #FA59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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