Html Css Color HEX #F924EF Magenta

📋 copy color: '#F924EF'

red 249 ◦ green 36 ◦ blue 239

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

Shades of Magenta #F924EF

Tints of Magenta #F924EF

RGB

 RED value IS 249 (97.66% from 255) = 47.52%

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 47.52%
G = 6.87%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F924EF (or 0xF924EF) is known color: Magenta. HEX triplet: F9, 24 and EF. RGB value is (249,36,239). Sum of RGB (Red+Green+Blue) = 249+36+239=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 36 (14.45% from 255 or 6.87% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F924EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F924EF is #06DB10. Grayscale: #7A7A7A. Windows color (decimal): -449297 or 15672569. OLE color: 15672569.

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

Color convert

RGB 249 36 239 -
CMYK 0 0.86 0.04 0.02
HSL 302.82º 0.95% 0.56% -
HSV(B) 302.82º 0.86% 0.98% -
XYZ 55.28 27.63 84.08 -
YUV 122.83 193.57 217.99 -
System Red Green Blue C M Y K H S L
Decimal 249 36 239 0 0.86 0.04 0.02 302.82 0.95 0.56
Hex F9 24 EF 0 56 4 2 12F 5F 38
Octal 371 44 357 0 126 4 2 457 137 70
Binary 11111001 100100 11101111 0 1010110 100 10 100101111 1011111 111000

Color Harmonies of #F924EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F924EF

Black with #F924EF

Text Example


Text Example

White with #F924EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F924EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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