#FA65B9

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

Shades of Hot Pink #FA65B9

Tints of Hot Pink #FA65B9

Color information

#FA65B9 (or 0xFA65B9) is unknown color: approx Hot Pink. HEX triplet: FA, 65 and B9. RGB value is (250,101,185). Sum of RGB (Red+Green+Blue) = 250+101+185=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65B9 is #059A46. Grayscale: #9A9A9A. Windows color (decimal): -367175 or 12150266. OLE color: 12150266.

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

Color convert

RGB250101185-
CMYK00.600.260.02
HSL326.17º93.71%68.82%-
HSV(B)326.17º59.6%98.04%-
XYZ52.8333.1349.51-
YUV155.13144.86195.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 101 (39.84% from 255) = 18.84%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=46.64%
G=18.84%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010118500.600.260.02326.1793.7168.82
HexFA65B903C1A21465e45
Octal372145271074322506136105
Binary111110101100101101110010111100110101010100011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA65B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA65B9; }

 p { color: rgb(250,101,185); }

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

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

 a { background-color: rgb(250,101,185); }

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

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

 span { border-color: rgb(250,101,185); }

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