#F764B3

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

Shades of Hot Pink #F764B3

Tints of Hot Pink #F764B3

Color information

#F764B3 (or 0xF764B3) is unknown color: approx Hot Pink. HEX triplet: F7, 64 and B3. RGB value is (247,100,179). Sum of RGB (Red+Green+Blue) = 247+100+179=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F764B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764B3 is #089B4C. Grayscale: #989898. Windows color (decimal): -564045 or 11756791. OLE color: 11756791.

HSL color Cylindrical-coordinate representation of color #F764B3: hue angle of 327.76º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764B3 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB247100179-
CMYK00.600.280.03
HSL327.76º90.18%68.04%-
HSV(B)327.76º59.51%96.86%-
XYZ51.0532.1446.16-
YUV152.96142.7195.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 100 (39.45% from 255) = 19.01%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=46.96%
G=19.01%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710017900.600.280.03327.7690.1868.04
HexF764B303C1C31485a44
Octal367144263074343510132104
Binary111101111100100101100110111100111001110100100010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F764B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F764B3; }

 p { color: rgb(247,100,179); }

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

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

 a { background-color: rgb(247,100,179); }

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

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

 span { border-color: rgb(247,100,179); }

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