Html Css Color HEX #F014FC Magenta

📋 copy color: '#F014FC'

red 240 ◦ green 20 ◦ blue 252

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

Shades of Magenta #F014FC

Tints of Magenta #F014FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.91%

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

R = 46.88%
G = 3.91%
B = 49.22%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F014FC (or 0xF014FC) is known color: Magenta. HEX triplet: F0, 14 and FC. RGB value is (240,20,252). Sum of RGB (Red+Green+Blue) = 240+20+252=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 20 (8.20% from 255 or 3.91% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #F014FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014FC is #0FEB03. Grayscale: #6F6F6F. Windows color (decimal): -1043204 or 16520432. OLE color: 16520432.

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

Color convert

RGB 240 20 252 -
CMYK 0.05 0.92 0 0.01
HSL 296.9º 0.97% 0.53% -
HSV(B) 296.9º 0.92% 0.99% -
XYZ 53.76 26.05 94.29 -
YUV 112.23 206.89 219.14 -
System Red Green Blue C M Y K H S L
Decimal 240 20 252 0.05 0.92 0 0.01 296.9 0.97 0.53
Hex F0 14 FC 5 5C 0 1 129 61 35
Octal 360 24 374 5 134 0 1 451 141 65
Binary 11110000 10100 11111100 101 1011100 0 1 100101001 1100001 110101

Color Harmonies of #F014FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014FC

Black with #F014FC

Text Example


Text Example

White with #F014FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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