#F165BC

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

Shades of Hot Pink #F165BC

Tints of Hot Pink #F165BC

Color information

#F165BC (or 0xF165BC) is unknown color: approx Hot Pink. HEX triplet: F1, 65 and BC. RGB value is (241,101,188). Sum of RGB (Red+Green+Blue) = 241+101+188=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F165BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165BC is #0E9A43. Grayscale: #989898. Windows color (decimal): -956996 or 12346865. OLE color: 12346865.

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

Color convert

RGB241101188-
CMYK00.580.220.05
HSL322.71º83.33%67.06%-
HSV(B)322.71º58.09%94.51%-
XYZ50.0131.6451.05-
YUV152.78147.88190.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 101 (39.84% from 255) = 19.06%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=45.47%
G=19.06%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110118800.580.220.05322.7183.3367.06
HexF165BC03A1651435343
Octal361145274072265503123103
Binary1111000111001011011110001110101011010110100001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F165BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F165BC; }

 p { color: rgb(241,101,188); }

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

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

 a { background-color: rgb(241,101,188); }

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

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

 span { border-color: rgb(241,101,188); }

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