#F16CB7

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

Shades of Hot Pink #F16CB7

Tints of Hot Pink #F16CB7

Color information

#F16CB7 (or 0xF16CB7) is unknown color: approx Hot Pink. HEX triplet: F1, 6C and B7. RGB value is (241,108,183). Sum of RGB (Red+Green+Blue) = 241+108+183=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CB7 is #0E9348. Grayscale: #9C9C9C. Windows color (decimal): -955209 or 12020977. OLE color: 12020977.

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

Color convert

RGB241108183-
CMYK00.550.240.05
HSL326.17º82.61%68.43%-
HSV(B)326.17º55.19%94.51%-
XYZ50.1932.8448.49-
YUV156.32143.06188.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.30%
GREEN value IS 108 (42.58% from 255) = 20.30%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=45.30%
G=20.30%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110818300.550.240.05326.1782.6168.43
HexF16CB70371851465344
Octal361154267067305506123104
Binary1111000111011001011011101101111100010110100011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16CB7; }

 p { color: rgb(241,108,183); }

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

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

 a { background-color: rgb(241,108,183); }

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

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

 span { border-color: rgb(241,108,183); }

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