Html Css Color HEX #F107FA Magenta

📋 copy color: '#F107FA'

red 241 ◦ green 7 ◦ blue 250

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

Shades of Magenta #F107FA

Tints of Magenta #F107FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

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

R = 48.39%
G = 1.41%
B = 50.2%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F107FA (or 0xF107FA) is known color: Magenta. HEX triplet: F1, 07 and FA. RGB value is (241,7,250). Sum of RGB (Red+Green+Blue) = 241+7+250=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 7 (3.12% from 255 or 1.41% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #F107FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F107FA is #0EF805. Grayscale: #676767. Windows color (decimal): -980998 or 16386033. OLE color: 16386033.

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

Color convert

RGB 241 7 250 -
CMYK 0.04 0.97 0 0.02
HSL 297.78º 0.96% 0.5% -
HSV(B) 297.78º 0.97% 0.98% -
XYZ 53.61 25.75 92.59 -
YUV 104.67 210.02 225.24 -
System Red Green Blue C M Y K H S L
Decimal 241 7 250 0.04 0.97 0 0.02 297.78 0.96 0.5
Hex F1 7 FA 4 61 0 2 12A 60 32
Octal 361 7 372 4 141 0 2 452 140 62
Binary 11110001 111 11111010 100 1100001 0 10 100101010 1100000 110010

Color Harmonies of #F107FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F107FA

Black with #F107FA

Text Example


Text Example

White with #F107FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F107FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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