Html Css Color HEX #F124F9 Magenta

📋 copy color: '#F124F9'

red 241 ◦ green 36 ◦ blue 249

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

Shades of Magenta #F124F9

Tints of Magenta #F124F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 45.82%
G = 6.84%
B = 47.34%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F124F9 (or 0xF124F9) is known color: Magenta. HEX triplet: F1, 24 and F9. RGB value is (241,36,249). Sum of RGB (Red+Green+Blue) = 241+36+249=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 36 (14.45% from 255 or 6.84% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #F124F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124F9 is #0EDB06. Grayscale: #787878. Windows color (decimal): -973575 or 16327921. OLE color: 16327921.

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

Color convert

RGB 241 36 249 -
CMYK 0.03 0.86 0 0.02
HSL 297.75º 0.95% 0.56% -
HSV(B) 297.75º 0.86% 0.98% -
XYZ 54.01 26.8 91.95 -
YUV 121.58 199.92 213.18 -
System Red Green Blue C M Y K H S L
Decimal 241 36 249 0.03 0.86 0 0.02 297.75 0.95 0.56
Hex F1 24 F9 3 56 0 2 12A 5F 38
Octal 361 44 371 3 126 0 2 452 137 70
Binary 11110001 100100 11111001 11 1010110 0 10 100101010 1011111 111000

Color Harmonies of #F124F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124F9

Black with #F124F9

Text Example


Text Example

White with #F124F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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