Html Css Color HEX #F121FB Magenta

📋 copy color: '#F121FB'

red 241 ◦ green 33 ◦ blue 251

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

Shades of Magenta #F121FB

Tints of Magenta #F121FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 45.9%
G = 6.29%
B = 47.81%

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

#F121FB (or 0xF121FB) is known color: Magenta. HEX triplet: F1, 21 and FB. RGB value is (241,33,251). Sum of RGB (Red+Green+Blue) = 241+33+251=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 33 (13.28% from 255 or 6.29% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #F121FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121FB is #0EDE04. Grayscale: #777777. Windows color (decimal): -974341 or 16458225. OLE color: 16458225.

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

Color convert

RGB 241 33 251 -
CMYK 0.04 0.87 0 0.02
HSL 297.25º 0.96% 0.56% -
HSV(B) 297.25º 0.87% 0.98% -
XYZ 54.23 26.75 93.57 -
YUV 120.04 201.91 214.27 -
System Red Green Blue C M Y K H S L
Decimal 241 33 251 0.04 0.87 0 0.02 297.25 0.96 0.56
Hex F1 21 FB 4 57 0 2 129 60 38
Octal 361 41 373 4 127 0 2 451 140 70
Binary 11110001 100001 11111011 100 1010111 0 10 100101001 1100000 111000

Color Harmonies of #F121FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121FB

Black with #F121FB

Text Example


Text Example

White with #F121FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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