Html Css Color HEX #F024F0 Magenta

📋 copy color: '#F024F0'

red 240 ◦ green 36 ◦ blue 240

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

Shades of Magenta #F024F0

Tints of Magenta #F024F0

RGB

 RED value IS 240 (94.14% from 255) = 46.51%

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

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

R = 46.51%
G = 6.98%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F024F0 (or 0xF024F0) is known color: Magenta. HEX triplet: F0, 24 and F0. RGB value is (240,36,240). Sum of RGB (Red+Green+Blue) = 240+36+240=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 36 (14.45% from 255 or 6.98% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F024F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024F0 is #0FDB0F. Grayscale: #777777. Windows color (decimal): -1039120 or 15738096. OLE color: 15738096.

HSL color Cylindrical-coordinate representation of color #F024F0: hue angle of 300º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F024F0 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 240 -
CMYK 0 0.85 0 0.06
HSL 300º 0.87% 0.54% -
HSV(B) 300º 0.85% 0.94% -
XYZ 52.29 26.08 84.72 -
YUV 120.25 195.59 213.41 -
System Red Green Blue C M Y K H S L
Decimal 240 36 240 0 0.85 0 0.06 300 0.87 0.54
Hex F0 24 F0 0 55 0 6 12C 57 36
Octal 360 44 360 0 125 0 6 454 127 66
Binary 11110000 100100 11110000 0 1010101 0 110 100101100 1010111 110110

Color Harmonies of #F024F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024F0

Black with #F024F0

Text Example


Text Example

White with #F024F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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