Html Css Color HEX #F124F0 Magenta

📋 copy color: '#F124F0'

red 241 ◦ green 36 ◦ blue 240

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

Shades of Magenta #F124F0

Tints of Magenta #F124F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.42%

R = 46.62%
G = 6.96%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F124F0 (or 0xF124F0) is known color: Magenta. HEX triplet: F1, 24 and F0. RGB value is (241,36,240). Sum of RGB (Red+Green+Blue) = 241+36+240=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 36 (14.45% from 255 or 6.96% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F124F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124F0 is #0EDB0F. Grayscale: #777777. Windows color (decimal): -973584 or 15738097. OLE color: 15738097.

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

Color convert

RGB 241 36 240 -
CMYK 0 0.85 0.00 0.05
HSL 300.29º 0.88% 0.54% -
HSV(B) 300.29º 0.85% 0.95% -
XYZ 52.63 26.25 84.73 -
YUV 120.55 195.42 213.91 -
System Red Green Blue C M Y K H S L
Decimal 241 36 240 0 0.85 0.00 0.05 300.29 0.88 0.54
Hex F1 24 F0 0 55 0 5 12C 58 36
Octal 361 44 360 0 125 0 5 454 130 66
Binary 11110001 100100 11110000 0 1010101 0 101 100101100 1011000 110110

Color Harmonies of #F124F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124F0

Black with #F124F0

Text Example


Text Example

White with #F124F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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