Html Css Color HEX #F100F7 Magenta

📋 copy color: '#F100F7'

red 241 ◦ green 0 ◦ blue 247

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

Shades of Magenta #F100F7

Tints of Magenta #F100F7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.39%
G = 0%
B = 50.61%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F100F7 (or 0xF100F7) is known color: Magenta. HEX triplet: F1, 00 and F7. RGB value is (241,0,247). Sum of RGB (Red+Green+Blue) = 241+0+247=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #F100F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100F7 is #0EFF08. Grayscale: #636363. Windows color (decimal): -982793 or 16187633. OLE color: 16187633.

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

Color convert

RGB 241 0 247 -
CMYK 0.02 1 0 0.03
HSL 298.54º 1% 0.48% -
HSV(B) 298.54º 1% 0.97% -
XYZ 53.06 25.42 90.1 -
YUV 100.22 210.84 228.42 -
System Red Green Blue C M Y K H S L
Decimal 241 0 247 0.02 1 0 0.03 298.54 1 0.48
Hex F1 0 F7 2 64 0 3 12B 64 30
Octal 361 0 367 2 144 0 3 453 144 60
Binary 11110001 0 11110111 10 1100100 0 11 100101011 1100100 110000

Color Harmonies of #F100F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100F7

Black with #F100F7

Text Example


Text Example

White with #F100F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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