Html Css Color HEX #FA59B5 Hot Pink

📋 copy color: '#FA59B5'

red 250 ◦ green 89 ◦ blue 181

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

Shades of Hot Pink #FA59B5

Tints of Hot Pink #FA59B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.81%

R = 48.08%
G = 17.12%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA59B5 (or 0xFA59B5) is known color: Hot Pink. HEX triplet: FA, 59 and B5. RGB value is (250,89,181). Sum of RGB (Red+Green+Blue) = 250+89+181=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59B5 is #05A64A. Grayscale: #939393. Windows color (decimal): -370251 or 11885050. OLE color: 11885050.

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

Color convert

RGB 250 89 181 -
CMYK 0 0.64 0.28 0.02
HSL 325.71º 0.94% 0.66% -
HSV(B) 325.71º 0.64% 0.98% -
XYZ 51.34 30.8 46.96 -
YUV 147.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 250 89 181 0 0.64 0.28 0.02 325.71 0.94 0.66
Hex FA 59 B5 0 40 1C 2 146 5E 42
Octal 372 131 265 0 100 34 2 506 136 102
Binary 11111010 1011001 10110101 0 1000000 11100 10 101000110 1011110 1000010

Color Harmonies of #FA59B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59B5

Black with #FA59B5

Text Example


Text Example

White with #FA59B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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