#FA64BC

Color #FA64BC Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FA64BC

Tints of Hot Pink #FA64BC

Color information

#FA64BC (or 0xFA64BC) is unknown color: approx Hot Pink. HEX triplet: FA, 64 and BC. RGB value is (250,100,188). Sum of RGB (Red+Green+Blue) = 250+100+188=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64BC is #059B43. Grayscale: #9A9A9A. Windows color (decimal): -367428 or 12346618. OLE color: 12346618.

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

Color convert

RGB250100188-
CMYK00.60.250.02
HSL324.8º93.75%68.63%-
HSV(B)324.8º60%98.04%-
XYZ53.0633.0751.16-
YUV154.88146.7195.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.47%
GREEN value IS 100 (39.45% from 255) = 18.59%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=46.47%
G=18.59%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010018800.60.250.02324.893.7568.63
HexFA64BC03C1921455e45
Octal372144274074312505136105
Binary111110101100100101111000111100110011010100010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA64BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA64BC; }

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

 H1.HeaderClassName
 {
   color: #FA64BC;
 }
 .AnyTagClassName
 {
   color: #FA64BC;
 }
</style>
background-color css

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

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

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

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

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

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