#F469AA

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

Shades of Hot Pink #F469AA

Tints of Hot Pink #F469AA

Color information

#F469AA (or 0xF469AA) is unknown color: approx Hot Pink. HEX triplet: F4, 69 and AA. RGB value is (244,105,170). Sum of RGB (Red+Green+Blue) = 244+105+170=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F469AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F469AA is #0B9655. Grayscale: #999999. Windows color (decimal): -759382 or 11168244. OLE color: 11168244.

HSL color Cylindrical-coordinate representation of color #F469AA: hue angle of 331.94º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F469AA is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244105170-
CMYK00.570.300.04
HSL331.94º86.34%68.43%-
HSV(B)331.94º56.97%95.69%-
XYZ49.6232.2441.64-
YUV153.97137.05192.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.01%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=47.01%
G=20.23%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410517000.570.300.04331.9486.3468.43
HexF469AA0391E414c5644
Octal364151252071364514126104
Binary1111010011010011010101001110011111010010100110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F469AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F469AA; }

 p { color: rgb(244,105,170); }

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

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

 a { background-color: rgb(244,105,170); }

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

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

 span { border-color: rgb(244,105,170); }

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