Html Css Color HEX #F110F0 Magenta

📋 copy color: '#F110F0'

red 241 ◦ green 16 ◦ blue 240

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

Shades of Magenta #F110F0

Tints of Magenta #F110F0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.22%

 BLUE value IS 240 (94.14% from 255) = 48.29%

R = 48.49%
G = 3.22%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F110F0 (or 0xF110F0) is known color: Magenta. HEX triplet: F1, 10 and F0. RGB value is (241,16,240). Sum of RGB (Red+Green+Blue) = 241+16+240=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F110F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F110F0 is #0EEF0F. Grayscale: #6C6C6C. Windows color (decimal): -978704 or 15732977. OLE color: 15732977.

HSL color Cylindrical-coordinate representation of color #F110F0: hue angle of 300.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110F0 is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 16 240 -
CMYK 0 0.93 0.00 0.05
HSL 300.27º 0.89% 0.5% -
HSV(B) 300.27º 0.93% 0.95% -
XYZ 52.19 25.36 84.58 -
YUV 108.81 202.04 222.29 -
System Red Green Blue C M Y K H S L
Decimal 241 16 240 0 0.93 0.00 0.05 300.27 0.89 0.5
Hex F1 10 F0 0 5D 0 5 12C 59 32
Octal 361 20 360 0 135 0 5 454 131 62
Binary 11110001 10000 11110000 0 1011101 0 101 100101100 1011001 110010

Color Harmonies of #F110F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F110F0

Black with #F110F0

Text Example


Text Example

White with #F110F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F110F0; }

 p { color: rgb(241,16,240); }

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

background-color css

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

 a { background-color: rgb(241,16,240); }

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

border-color css

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

 span { border-color: rgb(241,16,240); }

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