#F171B1

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

Shades of Hot Pink #F171B1

Tints of Hot Pink #F171B1

Color information

#F171B1 (or 0xF171B1) is unknown color: approx Hot Pink. HEX triplet: F1, 71 and B1. RGB value is (241,113,177). Sum of RGB (Red+Green+Blue) = 241+113+177=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F171B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F171B1 is #0E8E4E. Grayscale: #9E9E9E. Windows color (decimal): -953935 or 11629041. OLE color: 11629041.

HSL color Cylindrical-coordinate representation of color #F171B1: hue angle of 330º 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 #F171B1 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241113177-
CMYK00.530.270.05
HSL330º82.05%69.41%-
HSV(B)330º53.11%94.51%-
XYZ50.1233.6945.46-
YUV158.57138.41186.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 113 (44.53% from 255) = 21.28%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=45.39%
G=21.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111317700.530.270.0533082.0569.41
HexF171B10351B514a5245
Octal361161261065335512122105
Binary1111000111100011011000101101011101110110100101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F171B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F171B1; }

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

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

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

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

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

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

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

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