#F16CA4

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

Shades of Hot Pink #F16CA4

Tints of Hot Pink #F16CA4

Color information

#F16CA4 (or 0xF16CA4) is unknown color: approx Hot Pink. HEX triplet: F1, 6C and A4. RGB value is (241,108,164). Sum of RGB (Red+Green+Blue) = 241+108+164=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16CA4 is #0E935B. Grayscale: #9A9A9A. Windows color (decimal): -955228 or 10775793. OLE color: 10775793.

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

Color convert

RGB241108164-
CMYK00.550.320.05
HSL334.74º82.61%68.43%-
HSV(B)334.74º55.19%94.51%-
XYZ48.3432.1138.77-
YUV154.15133.56189.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 108 (42.58% from 255) = 21.05%
BLUE value IS 164 (64.45% from 255) = 31.97%
R=46.98%
G=21.05%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110816400.550.320.05334.7482.6168.43
HexF16CA403720514f5344
Octal361154244067405517123104
Binary11110001110110010100100011011110000010110100111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16CA4; }

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

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

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

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

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

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

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

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