Html Css Color HEX #FA57BA Hot Pink

📋 copy color: '#FA57BA'

red 250 ◦ green 87 ◦ blue 186

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

Shades of Hot Pink #FA57BA

Tints of Hot Pink #FA57BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.63%

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

R = 47.8%
G = 16.63%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA57BA (or 0xFA57BA) is known color: Hot Pink. HEX triplet: FA, 57 and BA. RGB value is (250,87,186). Sum of RGB (Red+Green+Blue) = 250+87+186=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57BA is #05A845. Grayscale: #929292. Windows color (decimal): -370758 or 12212218. OLE color: 12212218.

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

Color convert

RGB 250 87 186 -
CMYK 0 0.65 0.26 0.02
HSL 323.56º 0.94% 0.66% -
HSV(B) 323.56º 0.65% 0.98% -
XYZ 51.7 30.69 49.65 -
YUV 147.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 250 87 186 0 0.65 0.26 0.02 323.56 0.94 0.66
Hex FA 57 BA 0 41 1A 2 144 5E 42
Octal 372 127 272 0 101 32 2 504 136 102
Binary 11111010 1010111 10111010 0 1000001 11010 10 101000100 1011110 1000010

Color Harmonies of #FA57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57BA

Black with #FA57BA

Text Example


Text Example

White with #FA57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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