#F168A7

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

Shades of Hot Pink #F168A7

Tints of Hot Pink #F168A7

Color information

#F168A7 (or 0xF168A7) is unknown color: approx Hot Pink. HEX triplet: F1, 68 and A7. RGB value is (241,104,167). Sum of RGB (Red+Green+Blue) = 241+104+167=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F168A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F168A7 is #0E9758. Grayscale: #989898. Windows color (decimal): -956249 or 10971377. OLE color: 10971377.

HSL color Cylindrical-coordinate representation of color #F168A7: hue angle of 332.41º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168A7 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241104167-
CMYK00.570.310.05
HSL332.41º83.03%67.65%-
HSV(B)332.41º56.85%94.51%-
XYZ48.231.3940.08-
YUV152.15136.39191.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 167 (65.62% from 255) = 32.62%
R=47.07%
G=20.31%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110416700.570.310.05332.4183.0367.65
HexF168A70391F514c5344
Octal361150247071375514123104
Binary1111000111010001010011101110011111110110100110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F168A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F168A7; }

 p { color: rgb(241,104,167); }

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

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

 a { background-color: rgb(241,104,167); }

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

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

 span { border-color: rgb(241,104,167); }

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