Html Css Color HEX #F024FD Magenta

📋 copy color: '#F024FD'

red 240 ◦ green 36 ◦ blue 253

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

Shades of Magenta #F024FD

Tints of Magenta #F024FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 45.37%
G = 6.81%
B = 47.83%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F024FD (or 0xF024FD) is known color: Magenta. HEX triplet: F0, 24 and FD. RGB value is (240,36,253). Sum of RGB (Red+Green+Blue) = 240+36+253=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 36 (14.45% from 255 or 6.81% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #F024FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024FD is #0FDB02. Grayscale: #797979. Windows color (decimal): -1039107 or 16590064. OLE color: 16590064.

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

Color convert

RGB 240 36 253 -
CMYK 0.05 0.86 0 0.01
HSL 296.41º 0.98% 0.57% -
HSV(B) 296.41º 0.86% 0.99% -
XYZ 54.3 26.88 95.25 -
YUV 121.73 202.09 212.36 -
System Red Green Blue C M Y K H S L
Decimal 240 36 253 0.05 0.86 0 0.01 296.41 0.98 0.57
Hex F0 24 FD 5 56 0 1 128 62 39
Octal 360 44 375 5 126 0 1 450 142 71
Binary 11110000 100100 11111101 101 1010110 0 1 100101000 1100010 111001

Color Harmonies of #F024FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024FD

Black with #F024FD

Text Example


Text Example

White with #F024FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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