#F965AB

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

Shades of Hot Pink #F965AB

Tints of Hot Pink #F965AB

Color information

#F965AB (or 0xF965AB) is unknown color: approx Hot Pink. HEX triplet: F9, 65 and AB. RGB value is (249,101,171). Sum of RGB (Red+Green+Blue) = 249+101+171=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F965AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965AB is #069A54. Grayscale: #999999. Windows color (decimal): -432725 or 11232761. OLE color: 11232761.

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

Color convert

RGB249101171-
CMYK00.590.310.02
HSL331.62º92.5%68.63%-
HSV(B)331.62º59.44%97.65%-
XYZ51.0732.3942.09-
YUV153.23138.03196.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.79%
GREEN value IS 101 (39.84% from 255) = 19.39%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=47.79%
G=19.39%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910117100.590.310.02331.6292.568.63
HexF965AB03B1F214c5c45
Octal371145253073372514134105
Binary111110011100101101010110111011111111010100110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965AB; }

 p { color: rgb(249,101,171); }

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

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

 a { background-color: rgb(249,101,171); }

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

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

 span { border-color: rgb(249,101,171); }

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