#f26ba6

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

Shades of Hot Pink #F26BA6

Tints of Hot Pink #F26BA6

Color information

#F26BA6 (or 0xF26BA6) is unknown color: approx Hot Pink. HEX triplet: F2, 6B and A6. RGB value is (242,107,166). Sum of RGB (Red+Green+Blue) = 242+107+166=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26BA6 is #0D9459. Grayscale: #999999. Windows color (decimal): -889946 or 10906610. OLE color: 10906610.

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

Color convert

RGB242107166-
CMYK00.560.310.05
HSL333.78º83.85%68.43%-
HSV(B)333.78º55.79%94.9%-
XYZ48.7632.1539.71-
YUV154.09134.73190.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 107 (42.19% from 255) = 20.78%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=46.99%
G=20.78%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210716600.560.310.05333.7883.8568.43
HexF26BA60381F514e5444
Octal362153246070375516124104
Binary1111001011010111010011001110001111110110100111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f26ba6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f26ba6; }

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

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

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

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

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

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

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

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