Html Css Color HEX #F026FF Magenta

📋 copy color: '#F026FF'

red 240 ◦ green 38 ◦ blue 255

#F026FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F026FF

Tints of Magenta #F026FF

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 value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F026FF (or 0xF026FF) is known color: 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

RGB 240 38 255 -
CMYK 0.06 0.85 0 0
HSL 295.85º 1% 0.57% -
HSV(B) 295.85º 0.85% 1% -
XYZ 54.68 27.13 96.96 -
YUV 123.14 202.42 211.36 -
System Red Green Blue C M Y K H S L
Decimal 240 38 255 0.06 0.85 0 0 295.85 1 0.57
Hex F0 26 FF 6 55 0 0 128 64 39
Octal 360 46 377 6 125 0 0 450 144 71
Binary 11110000 100110 11111111 110 1010101 0 0 100101000 1100100 111001

Color Harmonies of #F026FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F026FF

Black with #F026FF

Text Example


Text Example

White with #F026FF

Text Example


Text Example

HTML Codes & Css Web 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>