#F26FE2

Color #F26FE2 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F26FE2

Tints of Pale Magenta #F26FE2

Color information

#F26FE2 (or 0xF26FE2) is unknown color: approx Pale Magenta. HEX triplet: F2, 6F and E2. RGB value is (242,111,226). Sum of RGB (Red+Green+Blue) = 242+111+226=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FE2 is #0D901D. Grayscale: #A2A2A2. Windows color (decimal): -888862 or 14839794. OLE color: 14839794.

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

Color convert

RGB242111226-
CMYK00.540.070.05
HSL307.33º83.44%69.22%-
HSV(B)307.33º54.13%94.9%-
XYZ56.0335.7475.9-
YUV163.28163.4184.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.80%
GREEN value IS 111 (43.75% from 255) = 19.17%
BLUE value IS 226 (88.67% from 255) = 39.03%
R=41.80%
G=19.17%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211122600.540.070.05307.3383.4469.22
HexF26FE2036751335345
Octal36215734206675463123105
Binary11110010110111111100010011011011110110011001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26FE2; }

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

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

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

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

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

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

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

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