#F026FF

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

Shades of Magenta #F026FF

Tints of Magenta #F026FF

Color information

#F026FF (or 0xF026FF) is unknown color: approx Magenta. HEX triplet: F0, 26 and FF. RGB value is (240,38,255). Sum of RGB (Red+Green+Blue) = 240+38+255=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 38 (15.23% from 255 or 7.13% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #F026FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F026FF is #0FD900. Grayscale: #7A7A7A. Windows color (decimal): -1038593 or 16721648. OLE color: 16721648.

HSL color Cylindrical-coordinate representation of color #F026FF: hue angle of 295.85º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F026FF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24038255-
CMYK0.060.8500
HSL295.85º100%57.45%-
HSV(B)295.85º85.1%100%-
XYZ54.6827.1396.96-
YUV123.14202.42211.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 38 (15.23% from 255) = 7.13%
BLUE value IS 255 (100% from 255) = 47.84%
R=45.03%
G=7.13%
B=47.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal240382550.060.8500295.8510057.45
HexF026FF655001286439
Octal3604637761250045014471
Binary11110000100110111111111101010101001001010001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F026FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F026FF; }

 p { color: rgb(240,38,255); }

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

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

 a { background-color: rgb(240,38,255); }

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

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

 span { border-color: rgb(240,38,255); }

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