#F26DAB

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

Shades of Hot Pink #F26DAB

Tints of Hot Pink #F26DAB

Color information

#F26DAB (or 0xF26DAB) is unknown color: approx Hot Pink. HEX triplet: F2, 6D and AB. RGB value is (242,109,171). Sum of RGB (Red+Green+Blue) = 242+109+171=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26DAB is #0D9254. Grayscale: #9B9B9B. Windows color (decimal): -889429 or 11234802. OLE color: 11234802.

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

Color convert

RGB242109171-
CMYK00.550.290.05
HSL332.03º83.65%68.82%-
HSV(B)332.03º54.96%94.9%-
XYZ49.4432.7542.24-
YUV155.84136.56189.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=46.36%
G=20.88%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210917100.550.290.05332.0383.6568.82
HexF26DAB0371D514c5445
Octal362155253067355514124105
Binary1111001011011011010101101101111110110110100110010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26DAB; }

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

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

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

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

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

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

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

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