Html Css Color HEX #F126EF Magenta

📋 copy color: '#F126EF'

red 241 ◦ green 38 ◦ blue 239

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

Shades of Magenta #F126EF

Tints of Magenta #F126EF

RGB

 RED value IS 241 (94.53% from 255) = 46.53%

 GREEN value IS 38 (15.23% from 255) = 7.34%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 46.53%
G = 7.34%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F126EF (or 0xF126EF) is known color: Magenta. HEX triplet: F1, 26 and EF. RGB value is (241,38,239). Sum of RGB (Red+Green+Blue) = 241+38+239=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 38 (15.23% from 255 or 7.34% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F126EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F126EF is #0ED910. Grayscale: #797979. Windows color (decimal): -973073 or 15673073. OLE color: 15673073.

HSL color Cylindrical-coordinate representation of color #F126EF: hue angle of 300.59º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F126EF is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 38 239 -
CMYK 0 0.84 0.01 0.05
HSL 300.59º 0.88% 0.55% -
HSV(B) 300.59º 0.84% 0.95% -
XYZ 52.55 26.32 83.97 -
YUV 121.61 194.25 213.16 -
System Red Green Blue C M Y K H S L
Decimal 241 38 239 0 0.84 0.01 0.05 300.59 0.88 0.55
Hex F1 26 EF 0 54 1 5 12D 58 37
Octal 361 46 357 0 124 1 5 455 130 67
Binary 11110001 100110 11101111 0 1010100 1 101 100101101 1011000 110111

Color Harmonies of #F126EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F126EF

Black with #F126EF

Text Example


Text Example

White with #F126EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F126EF; }

 p { color: rgb(241,38,239); }

 H1.HeaderClassName
 {
   color: #F126EF;
 }
 .AnyTagClassName
 {
   color: #F126EF;
 }
</style>

background-color css

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

 a { background-color: rgb(241,38,239); }

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

border-color css

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

 span { border-color: rgb(241,38,239); }

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