#F16CBA

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

Shades of Hot Pink #F16CBA

Tints of Hot Pink #F16CBA

Color information

#F16CBA (or 0xF16CBA) is unknown color: approx Hot Pink. HEX triplet: F1, 6C and BA. RGB value is (241,108,186). Sum of RGB (Red+Green+Blue) = 241+108+186=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CBA is #0E9345. Grayscale: #9C9C9C. Windows color (decimal): -955206 or 12217585. OLE color: 12217585.

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

Color convert

RGB241108186-
CMYK00.550.230.05
HSL324.81º82.61%68.43%-
HSV(B)324.81º55.19%94.51%-
XYZ50.532.9750.16-
YUV156.66144.56188.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 108 (42.58% from 255) = 20.19%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=45.05%
G=20.19%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110818600.550.230.05324.8182.6168.43
HexF16CBA0371751455344
Octal361154272067275505123104
Binary1111000111011001011101001101111011110110100010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16CBA; }

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

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

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

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

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

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

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

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