#F26AB4

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

Shades of Hot Pink #F26AB4

Tints of Hot Pink #F26AB4

Color information

#F26AB4 (or 0xF26AB4) is unknown color: approx Hot Pink. HEX triplet: F2, 6A and B4. RGB value is (242,106,180). Sum of RGB (Red+Green+Blue) = 242+106+180=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26AB4 is #0D954B. Grayscale: #9A9A9A. Windows color (decimal): -890188 or 11823858. OLE color: 11823858.

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

Color convert

RGB242106180-
CMYK00.560.260.05
HSL327.35º83.95%68.24%-
HSV(B)327.35º56.2%94.9%-
XYZ50.0132.4846.81-
YUV155.1142.06189.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.83%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=45.83%
G=20.08%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210618000.560.260.05327.3583.9568.24
HexF26AB40381A51475444
Octal362152264070325507124104
Binary1111001011010101011010001110001101010110100011110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26AB4; }

 p { color: rgb(242,106,180); }

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

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

 a { background-color: rgb(242,106,180); }

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

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

 span { border-color: rgb(242,106,180); }

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