Html Css Color HEX #F10FF7 Magenta

📋 copy color: '#F10FF7'

red 241 ◦ green 15 ◦ blue 247

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

Shades of Magenta #F10FF7

Tints of Magenta #F10FF7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.98%

 BLUE value IS 247 (96.88% from 255) = 49.11%

R = 47.91%
G = 2.98%
B = 49.11%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F10FF7 (or 0xF10FF7) is known color: Magenta. HEX triplet: F1, 0F and F7. RGB value is (241,15,247). Sum of RGB (Red+Green+Blue) = 241+15+247=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 15 (6.25% from 255 or 2.98% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #F10FF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FF7 is #0EF008. Grayscale: #6C6C6C. Windows color (decimal): -978953 or 16191473. OLE color: 16191473.

HSL color Cylindrical-coordinate representation of color #F10FF7: hue angle of 298.45º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FF7 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 15 247 -
CMYK 0.02 0.94 0 0.03
HSL 298.45º 0.94% 0.51% -
HSV(B) 298.45º 0.94% 0.97% -
XYZ 53.23 25.76 90.16 -
YUV 109.02 205.87 222.14 -
System Red Green Blue C M Y K H S L
Decimal 241 15 247 0.02 0.94 0 0.03 298.45 0.94 0.51
Hex F1 F F7 2 5E 0 3 12A 5E 33
Octal 361 17 367 2 136 0 3 452 136 63
Binary 11110001 1111 11110111 10 1011110 0 11 100101010 1011110 110011

Color Harmonies of #F10FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FF7

Black with #F10FF7

Text Example


Text Example

White with #F10FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FF7; }

 p { color: rgb(241,15,247); }

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

background-color css

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

 a { background-color: rgb(241,15,247); }

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

border-color css

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

 span { border-color: rgb(241,15,247); }

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