Html Css Color HEX #F123F7 Magenta

📋 copy color: '#F123F7'

red 241 ◦ green 35 ◦ blue 247

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

Shades of Magenta #F123F7

Tints of Magenta #F123F7

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.69%

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

R = 46.08%
G = 6.69%
B = 47.23%

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

#F123F7 (or 0xF123F7) is known color: Magenta. HEX triplet: F1, 23 and F7. RGB value is (241,35,247). Sum of RGB (Red+Green+Blue) = 241+35+247=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 35 (14.06% from 255 or 6.69% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #F123F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123F7 is #0EDC08. Grayscale: #787878. Windows color (decimal): -973833 or 16196593. OLE color: 16196593.

HSL color Cylindrical-coordinate representation of color #F123F7: hue angle of 298.3º 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 #F123F7 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 35 247 -
CMYK 0.02 0.86 0 0.03
HSL 298.3º 0.93% 0.55% -
HSV(B) 298.3º 0.86% 0.97% -
XYZ 53.67 26.62 90.31 -
YUV 120.76 199.25 213.76 -
System Red Green Blue C M Y K H S L
Decimal 241 35 247 0.02 0.86 0 0.03 298.3 0.93 0.55
Hex F1 23 F7 2 56 0 3 12A 5D 37
Octal 361 43 367 2 126 0 3 452 135 67
Binary 11110001 100011 11110111 10 1010110 0 11 100101010 1011101 110111

Color Harmonies of #F123F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123F7

Black with #F123F7

Text Example


Text Example

White with #F123F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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