Html Css Color HEX #F115FF Magenta

📋 copy color: '#F115FF'

red 241 ◦ green 21 ◦ blue 255

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

Shades of Magenta #F115FF

Tints of Magenta #F115FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.06%

 BLUE value IS 255 (100% from 255) = 49.32%

R = 46.62%
G = 4.06%
B = 49.32%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F115FF (or 0xF115FF) is known color: Magenta. HEX triplet: F1, 15 and FF. RGB value is (241,21,255). Sum of RGB (Red+Green+Blue) = 241+21+255=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 21 (8.59% from 255 or 4.06% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #F115FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F115FF is #0EEA00. Grayscale: #707070. Windows color (decimal): -977409 or 16717297. OLE color: 16717297.

HSL color Cylindrical-coordinate representation of color #F115FF: hue angle of 296.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F115FF is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 21 255 -
CMYK 0.05 0.92 0 0
HSL 296.41º 1% 0.54% -
HSV(B) 296.41º 0.92% 1% -
XYZ 54.59 26.46 96.84 -
YUV 113.46 207.89 218.97 -
System Red Green Blue C M Y K H S L
Decimal 241 21 255 0.05 0.92 0 0 296.41 1 0.54
Hex F1 15 FF 5 5C 0 0 128 64 36
Octal 361 25 377 5 134 0 0 450 144 66
Binary 11110001 10101 11111111 101 1011100 0 0 100101000 1100100 110110

Color Harmonies of #F115FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F115FF

Black with #F115FF

Text Example


Text Example

White with #F115FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F115FF; }

 p { color: rgb(241,21,255); }

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

background-color css

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

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

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

border-color css

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

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

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