#F171AA

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

Shades of Hot Pink #F171AA

Tints of Hot Pink #F171AA

Color information

#F171AA (or 0xF171AA) is unknown color: approx Hot Pink. HEX triplet: F1, 71 and AA. RGB value is (241,113,170). Sum of RGB (Red+Green+Blue) = 241+113+170=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F171AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F171AA is #0E8E55. Grayscale: #9D9D9D. Windows color (decimal): -953942 or 11170289. OLE color: 11170289.

HSL color Cylindrical-coordinate representation of color #F171AA: hue angle of 333.28º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171AA is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241113170-
CMYK00.530.290.05
HSL333.28º82.05%69.41%-
HSV(B)333.28º53.11%94.51%-
XYZ49.4433.4141.87-
YUV157.77134.91187.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 113 (44.53% from 255) = 21.56%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=45.99%
G=21.56%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111317000.530.290.05333.2882.0569.41
HexF171AA0351D514d5245
Octal361161252065355515122105
Binary1111000111100011010101001101011110110110100110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F171AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F171AA; }

 p { color: rgb(241,113,170); }

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

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

 a { background-color: rgb(241,113,170); }

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

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

 span { border-color: rgb(241,113,170); }

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