Html Css Color HEX #F013FC Magenta

📋 copy color: '#F013FC'

red 240 ◦ green 19 ◦ blue 252

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

Shades of Magenta #F013FC

Tints of Magenta #F013FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.72%

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

R = 46.97%
G = 3.72%
B = 49.32%

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

#F013FC (or 0xF013FC) is known color: Magenta. HEX triplet: F0, 13 and FC. RGB value is (240,19,252). Sum of RGB (Red+Green+Blue) = 240+19+252=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 19 (7.81% from 255 or 3.72% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #F013FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013FC is #0FEC03. Grayscale: #6E6E6E. Windows color (decimal): -1043460 or 16520176. OLE color: 16520176.

HSL color Cylindrical-coordinate representation of color #F013FC: hue angle of 296.91º 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 #F013FC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 19 252 -
CMYK 0.05 0.92 0 0.01
HSL 296.91º 0.97% 0.53% -
HSV(B) 296.91º 0.92% 0.99% -
XYZ 53.74 26.02 94.29 -
YUV 111.64 207.22 219.55 -
System Red Green Blue C M Y K H S L
Decimal 240 19 252 0.05 0.92 0 0.01 296.91 0.97 0.53
Hex F0 13 FC 5 5C 0 1 129 61 35
Octal 360 23 374 5 134 0 1 451 141 65
Binary 11110000 10011 11111100 101 1011100 0 1 100101001 1100001 110101

Color Harmonies of #F013FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013FC

Black with #F013FC

Text Example


Text Example

White with #F013FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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