Html Css Color HEX #F124F2 Magenta

📋 copy color: '#F124F2'

red 241 ◦ green 36 ◦ blue 242

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

Shades of Magenta #F124F2

Tints of Magenta #F124F2

RGB

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

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

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

R = 46.44%
G = 6.94%
B = 46.63%

CMYK

 C value IS 0.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F124F2 (or 0xF124F2) is known color: Magenta. HEX triplet: F1, 24 and F2. RGB value is (241,36,242). Sum of RGB (Red+Green+Blue) = 241+36+242=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 36 (14.45% from 255 or 6.94% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #F124F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124F2 is #0EDB0D. Grayscale: #787878. Windows color (decimal): -973582 or 15869169. OLE color: 15869169.

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

Color convert

RGB 241 36 242 -
CMYK 0.00 0.85 0 0.05
HSL 299.71º 0.89% 0.55% -
HSV(B) 299.71º 0.85% 0.95% -
XYZ 52.93 26.37 86.31 -
YUV 120.78 196.42 213.75 -
System Red Green Blue C M Y K H S L
Decimal 241 36 242 0.00 0.85 0 0.05 299.71 0.89 0.55
Hex F1 24 F2 0 55 0 5 12C 59 37
Octal 361 44 362 0 125 0 5 454 131 67
Binary 11110001 100100 11110010 0 1010101 0 101 100101100 1011001 110111

Color Harmonies of #F124F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124F2

Black with #F124F2

Text Example


Text Example

White with #F124F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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