Html Css Color HEX #F111FA Magenta

📋 copy color: '#F111FA'

red 241 ◦ green 17 ◦ blue 250

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

Shades of Magenta #F111FA

Tints of Magenta #F111FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.35%

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 47.44%
G = 3.35%
B = 49.21%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F111FA (or 0xF111FA) is known color: Magenta. HEX triplet: F1, 11 and FA. RGB value is (241,17,250). Sum of RGB (Red+Green+Blue) = 241+17+250=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #F111FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F111FA is #0EEE05. Grayscale: #6D6D6D. Windows color (decimal): -978438 or 16388593. OLE color: 16388593.

HSL color Cylindrical-coordinate representation of color #F111FA: hue angle of 297.68º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111FA is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 17 250 -
CMYK 0.04 0.93 0 0.02
HSL 297.68º 0.96% 0.52% -
HSV(B) 297.68º 0.93% 0.98% -
XYZ 53.73 26 92.63 -
YUV 110.54 206.71 221.05 -
System Red Green Blue C M Y K H S L
Decimal 241 17 250 0.04 0.93 0 0.02 297.68 0.96 0.52
Hex F1 11 FA 4 5D 0 2 12A 60 34
Octal 361 21 372 4 135 0 2 452 140 64
Binary 11110001 10001 11111010 100 1011101 0 10 100101010 1100000 110100

Color Harmonies of #F111FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111FA

Black with #F111FA

Text Example


Text Example

White with #F111FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111FA; }

 p { color: rgb(241,17,250); }

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

background-color css

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

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

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

border-color css

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

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

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