#F172AB

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

Shades of Hot Pink #F172AB

Tints of Hot Pink #F172AB

Color information

#F172AB (or 0xF172AB) is unknown color: approx Hot Pink. HEX triplet: F1, 72 and AB. RGB value is (241,114,171). Sum of RGB (Red+Green+Blue) = 241+114+171=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F172AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F172AB is #0E8D54. Grayscale: #9E9E9E. Windows color (decimal): -953685 or 11236081. OLE color: 11236081.

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

Color convert

RGB241114171-
CMYK00.530.290.05
HSL333.07º81.94%69.61%-
HSV(B)333.07º52.7%94.51%-
XYZ49.6433.6842.41-
YUV158.47135.08186.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 114 (44.92% from 255) = 21.67%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=45.82%
G=21.67%
B=32.51%

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
Decimal24111417100.530.290.05333.0781.9469.61
HexF172AB0351D514d5246
Octal361162253065355515122106
Binary1111000111100101010101101101011110110110100110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F172AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F172AB; }

 p { color: rgb(241,114,171); }

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

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

 a { background-color: rgb(241,114,171); }

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

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

 span { border-color: rgb(241,114,171); }

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