Html Css Color HEX #F106E7 Magenta

📋 copy color: '#F106E7'

red 241 ◦ green 6 ◦ blue 231

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

Shades of Magenta #F106E7

Tints of Magenta #F106E7

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.26%

 BLUE value IS 231 (90.63% from 255) = 48.33%

R = 50.42%
G = 1.26%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F106E7 (or 0xF106E7) is known color: Magenta. HEX triplet: F1, 06 and E7. RGB value is (241,6,231). Sum of RGB (Red+Green+Blue) = 241+6+231=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F106E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F106E7 is #0EF918. Grayscale: #656565. Windows color (decimal): -981273 or 15140593. OLE color: 15140593.

HSL color Cylindrical-coordinate representation of color #F106E7: hue angle of 302.55º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F106E7 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 6 231 -
CMYK 0 0.98 0.04 0.05
HSL 302.55º 0.95% 0.48% -
HSV(B) 302.55º 0.98% 0.95% -
XYZ 50.76 24.6 77.67 -
YUV 101.92 200.86 227.2 -
System Red Green Blue C M Y K H S L
Decimal 241 6 231 0 0.98 0.04 0.05 302.55 0.95 0.48
Hex F1 6 E7 0 62 4 5 12F 5F 30
Octal 361 6 347 0 142 4 5 457 137 60
Binary 11110001 110 11100111 0 1100010 100 101 100101111 1011111 110000

Color Harmonies of #F106E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F106E7

Black with #F106E7

Text Example


Text Example

White with #F106E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F106E7; }

 p { color: rgb(241,6,231); }

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

background-color css

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

 a { background-color: rgb(241,6,231); }

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

border-color css

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

 span { border-color: rgb(241,6,231); }

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