Html Css Color HEX #F024FF Magenta

📋 copy color: '#F024FF'

red 240 ◦ green 36 ◦ blue 255

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

Shades of Magenta #F024FF

Tints of Magenta #F024FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.02%

R = 45.2%
G = 6.78%
B = 48.02%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F024FF (or 0xF024FF) is known color: Magenta. HEX triplet: F0, 24 and FF. RGB value is (240,36,255). Sum of RGB (Red+Green+Blue) = 240+36+255=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 36 (14.45% from 255 or 6.78% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #F024FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024FF is #0FDB00. Grayscale: #797979. Windows color (decimal): -1039105 or 16721136. OLE color: 16721136.

HSL color Cylindrical-coordinate representation of color #F024FF: hue angle of 295.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F024FF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 36 255 -
CMYK 0.06 0.86 0 0
HSL 295.89º 1% 0.57% -
HSV(B) 295.89º 0.86% 1% -
XYZ 54.62 27.01 96.94 -
YUV 121.96 203.09 212.19 -
System Red Green Blue C M Y K H S L
Decimal 240 36 255 0.06 0.86 0 0 295.89 1 0.57
Hex F0 24 FF 6 56 0 0 128 64 39
Octal 360 44 377 6 126 0 0 450 144 71
Binary 11110000 100100 11111111 110 1010110 0 0 100101000 1100100 111001

Color Harmonies of #F024FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024FF

Black with #F024FF

Text Example


Text Example

White with #F024FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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