Html Css Color HEX #F124FA Magenta

📋 copy color: '#F124FA'

red 241 ◦ green 36 ◦ blue 250

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

Shades of Magenta #F124FA

Tints of Magenta #F124FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.83%

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

R = 45.73%
G = 6.83%
B = 47.44%

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

#F124FA (or 0xF124FA) is known color: Magenta. HEX triplet: F1, 24 and FA. RGB value is (241,36,250). Sum of RGB (Red+Green+Blue) = 241+36+250=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 36 (14.45% from 255 or 6.83% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #F124FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124FA is #0EDB05. Grayscale: #797979. Windows color (decimal): -973574 or 16393457. OLE color: 16393457.

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

Color convert

RGB 241 36 250 -
CMYK 0.04 0.86 0 0.02
HSL 297.48º 0.96% 0.56% -
HSV(B) 297.48º 0.86% 0.98% -
XYZ 54.16 26.86 92.77 -
YUV 121.69 200.42 213.1 -
System Red Green Blue C M Y K H S L
Decimal 241 36 250 0.04 0.86 0 0.02 297.48 0.96 0.56
Hex F1 24 FA 4 56 0 2 129 60 38
Octal 361 44 372 4 126 0 2 451 140 70
Binary 11110001 100100 11111010 100 1010110 0 10 100101001 1100000 111000

Color Harmonies of #F124FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124FA

Black with #F124FA

Text Example


Text Example

White with #F124FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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