Html Css Color HEX #F122F7 Magenta

📋 copy color: '#F122F7'

red 241 ◦ green 34 ◦ blue 247

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

Shades of Magenta #F122F7

Tints of Magenta #F122F7

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.51%

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 46.17%
G = 6.51%
B = 47.32%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F122F7 (or 0xF122F7) is known color: Magenta. HEX triplet: F1, 22 and F7. RGB value is (241,34,247). Sum of RGB (Red+Green+Blue) = 241+34+247=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 34 (13.67% from 255 or 6.51% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #F122F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122F7 is #0EDD08. Grayscale: #777777. Windows color (decimal): -974089 or 16196337. OLE color: 16196337.

HSL color Cylindrical-coordinate representation of color #F122F7: hue angle of 298.31º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122F7 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 34 247 -
CMYK 0.02 0.86 0 0.03
HSL 298.31º 0.93% 0.55% -
HSV(B) 298.31º 0.86% 0.97% -
XYZ 53.64 26.56 90.3 -
YUV 120.18 199.58 214.18 -
System Red Green Blue C M Y K H S L
Decimal 241 34 247 0.02 0.86 0 0.03 298.31 0.93 0.55
Hex F1 22 F7 2 56 0 3 12A 5D 37
Octal 361 42 367 2 126 0 3 452 135 67
Binary 11110001 100010 11110111 10 1010110 0 11 100101010 1011101 110111

Color Harmonies of #F122F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F122F7

Black with #F122F7

Text Example


Text Example

White with #F122F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F122F7; }

 p { color: rgb(241,34,247); }

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

background-color css

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

 a { background-color: rgb(241,34,247); }

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

border-color css

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

 span { border-color: rgb(241,34,247); }

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