Html Css Color HEX #F123F2 Magenta

📋 copy color: '#F123F2'

red 241 ◦ green 35 ◦ blue 242

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

Shades of Magenta #F123F2

Tints of Magenta #F123F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 46.53%
G = 6.76%
B = 46.72%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F123F2 (or 0xF123F2) is known color: Magenta. HEX triplet: F1, 23 and F2. RGB value is (241,35,242). Sum of RGB (Red+Green+Blue) = 241+35+242=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 35 (14.06% from 255 or 6.76% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #F123F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123F2 is #0EDC0D. Grayscale: #777777. Windows color (decimal): -973838 or 15868913. OLE color: 15868913.

HSL color Cylindrical-coordinate representation of color #F123F2: hue angle of 299.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F123F2 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 35 242 -
CMYK 0.00 0.86 0 0.05
HSL 299.71º 0.89% 0.54% -
HSV(B) 299.71º 0.86% 0.95% -
XYZ 52.9 26.31 86.3 -
YUV 120.19 196.75 214.17 -
System Red Green Blue C M Y K H S L
Decimal 241 35 242 0.00 0.86 0 0.05 299.71 0.89 0.54
Hex F1 23 F2 0 56 0 5 12C 59 36
Octal 361 43 362 0 126 0 5 454 131 66
Binary 11110001 100011 11110010 0 1010110 0 101 100101100 1011001 110110

Color Harmonies of #F123F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123F2

Black with #F123F2

Text Example


Text Example

White with #F123F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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