Html Css Color HEX #F012FF Magenta

📋 copy color: '#F012FF'

red 240 ◦ green 18 ◦ blue 255

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

Shades of Magenta #F012FF

Tints of Magenta #F012FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.51%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 46.78%
G = 3.51%
B = 49.71%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F012FF (or 0xF012FF) is known color: Magenta. HEX triplet: F0, 12 and FF. RGB value is (240,18,255). Sum of RGB (Red+Green+Blue) = 240+18+255=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 18 (7.42% from 255 or 3.51% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #F012FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F012FF is #0FED00. Grayscale: #6E6E6E. Windows color (decimal): -1043713 or 16716528. OLE color: 16716528.

HSL color Cylindrical-coordinate representation of color #F012FF: hue angle of 296.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012FF is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 18 255 -
CMYK 0.06 0.93 0 0
HSL 296.2º 1% 0.54% -
HSV(B) 296.2º 0.93% 1% -
XYZ 54.2 26.18 96.8 -
YUV 111.4 209.05 219.73 -
System Red Green Blue C M Y K H S L
Decimal 240 18 255 0.06 0.93 0 0 296.2 1 0.54
Hex F0 12 FF 6 5D 0 0 128 64 36
Octal 360 22 377 6 135 0 0 450 144 66
Binary 11110000 10010 11111111 110 1011101 0 0 100101000 1100100 110110

Color Harmonies of #F012FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012FF

Black with #F012FF

Text Example


Text Example

White with #F012FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012FF; }

 p { color: rgb(240,18,255); }

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

background-color css

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

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

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

border-color css

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

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

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