#F26DA6

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

Shades of Hot Pink #F26DA6

Tints of Hot Pink #F26DA6

Color information

#F26DA6 (or 0xF26DA6) is unknown color: approx Hot Pink. HEX triplet: F2, 6D and A6. RGB value is (242,109,166). Sum of RGB (Red+Green+Blue) = 242+109+166=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26DA6 is #0D9259. Grayscale: #9B9B9B. Windows color (decimal): -889434 or 10907122. OLE color: 10907122.

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

Color convert

RGB242109166-
CMYK00.550.310.05
HSL334.29º83.65%68.82%-
HSV(B)334.29º54.96%94.9%-
XYZ48.9732.5739.78-
YUV155.27134.06189.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.81%
GREEN value IS 109 (42.97% from 255) = 21.08%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=46.81%
G=21.08%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210916600.550.310.05334.2983.6568.82
HexF26DA60371F514e5445
Octal362155246067375516124105
Binary1111001011011011010011001101111111110110100111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26DA6; }

 p { color: rgb(242,109,166); }

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

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

 a { background-color: rgb(242,109,166); }

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

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

 span { border-color: rgb(242,109,166); }

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