Html Css Color HEX #F121FA Magenta

📋 copy color: '#F121FA'

red 241 ◦ green 33 ◦ blue 250

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

Shades of Magenta #F121FA

Tints of Magenta #F121FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.3%

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

R = 45.99%
G = 6.3%
B = 47.71%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F121FA (or 0xF121FA) is known color: Magenta. HEX triplet: F1, 21 and FA. RGB value is (241,33,250). Sum of RGB (Red+Green+Blue) = 241+33+250=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 33 (13.28% from 255 or 6.30% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #F121FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121FA is #0EDE05. Grayscale: #777777. Windows color (decimal): -974342 or 16392689. OLE color: 16392689.

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

Color convert

RGB 241 33 250 -
CMYK 0.04 0.87 0 0.02
HSL 297.51º 0.96% 0.55% -
HSV(B) 297.51º 0.87% 0.98% -
XYZ 54.07 26.69 92.74 -
YUV 119.93 201.41 214.36 -
System Red Green Blue C M Y K H S L
Decimal 241 33 250 0.04 0.87 0 0.02 297.51 0.96 0.55
Hex F1 21 FA 4 57 0 2 12A 60 37
Octal 361 41 372 4 127 0 2 452 140 67
Binary 11110001 100001 11111010 100 1010111 0 10 100101010 1100000 110111

Color Harmonies of #F121FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121FA

Black with #F121FA

Text Example


Text Example

White with #F121FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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