#f266a9

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

Shades of Hot Pink #F266A9

Tints of Hot Pink #F266A9

Color information

#F266A9 (or 0xF266A9) is unknown color: approx Hot Pink. HEX triplet: F2, 66 and A9. RGB value is (242,102,169). Sum of RGB (Red+Green+Blue) = 242+102+169=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F266A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F266A9 is #0D9956. Grayscale: #979797. Windows color (decimal): -891223 or 11101938. OLE color: 11101938.

HSL color Cylindrical-coordinate representation of color #F266A9: hue angle of 331.29º degrees, saturation: 0.84, 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 #F266A9 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242102169-
CMYK00.580.300.05
HSL331.29º84.34%67.45%-
HSV(B)331.29º57.85%94.9%-
XYZ48.5331.2441.01-
YUV151.5137.88192.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=47.17%
G=19.88%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210216900.580.300.05331.2984.3467.45
HexF266A903A1E514b5443
Octal362146251072365513124103
Binary1111001011001101010100101110101111010110100101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f266a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f266a9; }

 p { color: rgb(242,102,169); }

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

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

 a { background-color: rgb(242,102,169); }

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

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

 span { border-color: rgb(242,102,169); }

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