Html Css Color HEX #F121FD Magenta

📋 copy color: '#F121FD'

red 241 ◦ green 33 ◦ blue 253

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

Shades of Magenta #F121FD

Tints of Magenta #F121FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 45.73%
G = 6.26%
B = 48.01%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F121FD (or 0xF121FD) is known color: Magenta. HEX triplet: F1, 21 and FD. RGB value is (241,33,253). Sum of RGB (Red+Green+Blue) = 241+33+253=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 33 (13.28% from 255 or 6.26% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #F121FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121FD is #0EDE02. Grayscale: #777777. Windows color (decimal): -974339 or 16589297. OLE color: 16589297.

HSL color Cylindrical-coordinate representation of color #F121FD: hue angle of 296.73º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F121FD is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 33 253 -
CMYK 0.05 0.87 0 0.01
HSL 296.73º 0.98% 0.56% -
HSV(B) 296.73º 0.87% 0.99% -
XYZ 54.55 26.88 95.24 -
YUV 120.27 202.91 214.11 -
System Red Green Blue C M Y K H S L
Decimal 241 33 253 0.05 0.87 0 0.01 296.73 0.98 0.56
Hex F1 21 FD 5 57 0 1 129 62 38
Octal 361 41 375 5 127 0 1 451 142 70
Binary 11110001 100001 11111101 101 1010111 0 1 100101001 1100010 111000

Color Harmonies of #F121FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121FD

Black with #F121FD

Text Example


Text Example

White with #F121FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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