#F969AB

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

Shades of Hot Pink #F969AB

Tints of Hot Pink #F969AB

Color information

#F969AB (or 0xF969AB) is unknown color: approx Hot Pink. HEX triplet: F9, 69 and AB. RGB value is (249,105,171). Sum of RGB (Red+Green+Blue) = 249+105+171=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F969AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F969AB is #069654. Grayscale: #9B9B9B. Windows color (decimal): -431701 or 11233785. OLE color: 11233785.

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

Color convert

RGB249105171-
CMYK00.580.310.02
HSL332.5º92.31%69.41%-
HSV(B)332.5º57.83%97.65%-
XYZ51.4733.1842.22-
YUV155.58136.71194.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.43%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=47.43%
G=20%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910517100.580.310.02332.592.3169.41
HexF969AB03A1F214c5c45
Octal371151253072372514134105
Binary111110011101001101010110111010111111010100110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F969AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F969AB; }

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

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

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

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

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

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

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

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