Html Css Color HEX #F123FA Magenta

📋 copy color: '#F123FA'

red 241 ◦ green 35 ◦ blue 250

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

Shades of Magenta #F123FA

Tints of Magenta #F123FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 45.82%
G = 6.65%
B = 47.53%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F123FA (or 0xF123FA) is known color: Magenta. HEX triplet: F1, 23 and FA. RGB value is (241,35,250). Sum of RGB (Red+Green+Blue) = 241+35+250=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 35 (14.06% from 255 or 6.65% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #F123FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123FA is #0EDC05. Grayscale: #787878. Windows color (decimal): -973830 or 16393201. OLE color: 16393201.

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

Color convert

RGB 241 35 250 -
CMYK 0.04 0.86 0 0.02
HSL 297.49º 0.96% 0.56% -
HSV(B) 297.49º 0.86% 0.98% -
XYZ 54.13 26.8 92.76 -
YUV 121.1 200.75 213.52 -
System Red Green Blue C M Y K H S L
Decimal 241 35 250 0.04 0.86 0 0.02 297.49 0.96 0.56
Hex F1 23 FA 4 56 0 2 129 60 38
Octal 361 43 372 4 126 0 2 451 140 70
Binary 11110001 100011 11111010 100 1010110 0 10 100101001 1100000 111000

Color Harmonies of #F123FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123FA

Black with #F123FA

Text Example


Text Example

White with #F123FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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