Html Css Color HEX #FA57BC Hot Pink

📋 copy color: '#FA57BC'

red 250 ◦ green 87 ◦ blue 188

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

Shades of Hot Pink #FA57BC

Tints of Hot Pink #FA57BC

RGB

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

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

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

R = 47.62%
G = 16.57%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA57BC (or 0xFA57BC) is known color: Hot Pink. HEX triplet: FA, 57 and BC. RGB value is (250,87,188). Sum of RGB (Red+Green+Blue) = 250+87+188=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57BC is #05A843. Grayscale: #939393. Windows color (decimal): -370756 or 12343290. OLE color: 12343290.

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

Color convert

RGB 250 87 188 -
CMYK 0 0.65 0.25 0.02
HSL 322.82º 0.94% 0.66% -
HSV(B) 322.82º 0.65% 0.98% -
XYZ 51.91 30.77 50.78 -
YUV 147.25 151 201.29 -
System Red Green Blue C M Y K H S L
Decimal 250 87 188 0 0.65 0.25 0.02 322.82 0.94 0.66
Hex FA 57 BC 0 41 19 2 143 5E 42
Octal 372 127 274 0 101 31 2 503 136 102
Binary 11111010 1010111 10111100 0 1000001 11001 10 101000011 1011110 1000010

Color Harmonies of #FA57BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57BC

Black with #FA57BC

Text Example


Text Example

White with #FA57BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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