Html Css Color HEX #F024FA Magenta

📋 copy color: '#F024FA'

red 240 ◦ green 36 ◦ blue 250

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

Shades of Magenta #F024FA

Tints of Magenta #F024FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 45.63%
G = 6.84%
B = 47.53%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F024FA (or 0xF024FA) is known color: Magenta. HEX triplet: F0, 24 and FA. RGB value is (240,36,250). Sum of RGB (Red+Green+Blue) = 240+36+250=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 36 (14.45% from 255 or 6.84% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #F024FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024FA is #0FDB05. Grayscale: #787878. Windows color (decimal): -1039110 or 16393456. OLE color: 16393456.

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

Color convert

RGB 240 36 250 -
CMYK 0.04 0.86 0 0.02
HSL 297.2º 0.96% 0.56% -
HSV(B) 297.2º 0.86% 0.98% -
XYZ 53.82 26.69 92.76 -
YUV 121.39 200.59 212.6 -
System Red Green Blue C M Y K H S L
Decimal 240 36 250 0.04 0.86 0 0.02 297.2 0.96 0.56
Hex F0 24 FA 4 56 0 2 129 60 38
Octal 360 44 372 4 126 0 2 451 140 70
Binary 11110000 100100 11111010 100 1010110 0 10 100101001 1100000 111000

Color Harmonies of #F024FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024FA

Black with #F024FA

Text Example


Text Example

White with #F024FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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