Html Css Color HEX #F106FA Magenta

📋 copy color: '#F106FA'

red 241 ◦ green 6 ◦ blue 250

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

Shades of Magenta #F106FA

Tints of Magenta #F106FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 48.49%
G = 1.21%
B = 50.3%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F106FA (or 0xF106FA) is known color: Magenta. HEX triplet: F1, 06 and FA. RGB value is (241,6,250). Sum of RGB (Red+Green+Blue) = 241+6+250=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 6 (2.73% from 255 or 1.21% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #F106FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F106FA is #0EF905. Grayscale: #676767. Windows color (decimal): -981254 or 16385777. OLE color: 16385777.

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

Color convert

RGB 241 6 250 -
CMYK 0.04 0.98 0 0.02
HSL 297.79º 0.96% 0.5% -
HSV(B) 297.79º 0.98% 0.98% -
XYZ 53.6 25.73 92.58 -
YUV 104.08 210.36 225.66 -
System Red Green Blue C M Y K H S L
Decimal 241 6 250 0.04 0.98 0 0.02 297.79 0.96 0.5
Hex F1 6 FA 4 62 0 2 12A 60 32
Octal 361 6 372 4 142 0 2 452 140 62
Binary 11110001 110 11111010 100 1100010 0 10 100101010 1100000 110010

Color Harmonies of #F106FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F106FA

Black with #F106FA

Text Example


Text Example

White with #F106FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F106FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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