Html Css Color HEX #F013F0 Magenta

📋 copy color: '#F013F0'

red 240 ◦ green 19 ◦ blue 240

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

Shades of Magenta #F013F0

Tints of Magenta #F013F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 48.1%
G = 3.81%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F013F0 (or 0xF013F0) is known color: Magenta. HEX triplet: F0, 13 and F0. RGB value is (240,19,240). Sum of RGB (Red+Green+Blue) = 240+19+240=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F013F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013F0 is #0FEC0F. Grayscale: #6D6D6D. Windows color (decimal): -1043472 or 15733744. OLE color: 15733744.

HSL color Cylindrical-coordinate representation of color #F013F0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013F0 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 240 -
CMYK 0 0.92 0 0.06
HSL 300º 0.88% 0.51% -
HSV(B) 300º 0.92% 0.94% -
XYZ 51.9 25.28 84.58 -
YUV 110.27 201.22 220.53 -
System Red Green Blue C M Y K H S L
Decimal 240 19 240 0 0.92 0 0.06 300 0.88 0.51
Hex F0 13 F0 0 5C 0 6 12C 58 33
Octal 360 23 360 0 134 0 6 454 130 63
Binary 11110000 10011 11110000 0 1011100 0 110 100101100 1011000 110011

Color Harmonies of #F013F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013F0

Black with #F013F0

Text Example


Text Example

White with #F013F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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