#F168A8

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

Shades of Hot Pink #F168A8

Tints of Hot Pink #F168A8

Color information

#F168A8 (or 0xF168A8) is unknown color: approx Hot Pink. HEX triplet: F1, 68 and A8. RGB value is (241,104,168). Sum of RGB (Red+Green+Blue) = 241+104+168=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F168A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F168A8 is #0E9757. Grayscale: #989898. Windows color (decimal): -956248 or 11036913. OLE color: 11036913.

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

Color convert

RGB241104168-
CMYK00.570.300.05
HSL331.97º83.03%67.65%-
HSV(B)331.97º56.85%94.51%-
XYZ48.2931.4340.57-
YUV152.26136.89191.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 104 (41.02% from 255) = 20.27%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=46.98%
G=20.27%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110416800.570.300.05331.9783.0367.65
HexF168A80391E514c5344
Octal361150250071365514123104
Binary1111000111010001010100001110011111010110100110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F168A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F168A8; }

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

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

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

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

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

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

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

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