Html Css Color HEX #F117F1 Magenta

📋 copy color: '#F117F1'

red 241 ◦ green 23 ◦ blue 241

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

Shades of Magenta #F117F1

Tints of Magenta #F117F1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.55%

 BLUE value IS 241 (94.53% from 255) = 47.72%

R = 47.72%
G = 4.55%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F117F1 (or 0xF117F1) is known color: Magenta. HEX triplet: F1, 17 and F1. RGB value is (241,23,241). Sum of RGB (Red+Green+Blue) = 241+23+241=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F117F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F117F1 is #0EE80E. Grayscale: #707070. Windows color (decimal): -976911 or 15800305. OLE color: 15800305.

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

Color convert

RGB 241 23 241 -
CMYK 0 0.90 0 0.05
HSL 300º 0.89% 0.52% -
HSV(B) 300º 0.9% 0.95% -
XYZ 52.46 25.66 85.41 -
YUV 113.03 200.22 219.27 -
System Red Green Blue C M Y K H S L
Decimal 241 23 241 0 0.90 0 0.05 300 0.89 0.52
Hex F1 17 F1 0 5A 0 5 12C 59 34
Octal 361 27 361 0 132 0 5 454 131 64
Binary 11110001 10111 11110001 0 1011010 0 101 100101100 1011001 110100

Color Harmonies of #F117F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117F1

Black with #F117F1

Text Example


Text Example

White with #F117F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117F1; }

 p { color: rgb(241,23,241); }

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

background-color css

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

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

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

border-color css

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

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

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