#F26FB5

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

Shades of Hot Pink #F26FB5

Tints of Hot Pink #F26FB5

Color information

#F26FB5 (or 0xF26FB5) is unknown color: approx Hot Pink. HEX triplet: F2, 6F and B5. RGB value is (242,111,181). Sum of RGB (Red+Green+Blue) = 242+111+181=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FB5 is #0D904A. Grayscale: #9D9D9D. Windows color (decimal): -888907 or 11890674. OLE color: 11890674.

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

Color convert

RGB242111181-
CMYK00.540.250.05
HSL327.94º83.44%69.22%-
HSV(B)327.94º54.13%94.9%-
XYZ50.6433.5847.53-
YUV158.15140.9187.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=45.32%
G=20.79%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211118100.540.250.05327.9483.4469.22
HexF26FB50361951485345
Octal362157265066315510123105
Binary1111001011011111011010101101101100110110100100010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26FB5; }

 p { color: rgb(242,111,181); }

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

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

 a { background-color: rgb(242,111,181); }

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

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

 span { border-color: rgb(242,111,181); }

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