Html Css Color HEX #F024FC Magenta

📋 copy color: '#F024FC'

red 240 ◦ green 36 ◦ blue 252

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

Shades of Magenta #F024FC

Tints of Magenta #F024FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 45.45%
G = 6.82%
B = 47.73%

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

#F024FC (or 0xF024FC) is known color: Magenta. HEX triplet: F0, 24 and FC. RGB value is (240,36,252). Sum of RGB (Red+Green+Blue) = 240+36+252=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 36 (14.45% from 255 or 6.82% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #F024FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024FC is #0FDB03. Grayscale: #787878. Windows color (decimal): -1039108 or 16524528. OLE color: 16524528.

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

Color convert

RGB 240 36 252 -
CMYK 0.05 0.86 0 0.01
HSL 296.67º 0.97% 0.56% -
HSV(B) 296.67º 0.86% 0.99% -
XYZ 54.14 26.82 94.42 -
YUV 121.62 201.59 212.44 -
System Red Green Blue C M Y K H S L
Decimal 240 36 252 0.05 0.86 0 0.01 296.67 0.97 0.56
Hex F0 24 FC 5 56 0 1 129 61 38
Octal 360 44 374 5 126 0 1 451 141 70
Binary 11110000 100100 11111100 101 1010110 0 1 100101001 1100001 111000

Color Harmonies of #F024FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024FC

Black with #F024FC

Text Example


Text Example

White with #F024FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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