Html Css Color HEX #F012F9 Magenta

📋 copy color: '#F012F9'

red 240 ◦ green 18 ◦ blue 249

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

Shades of Magenta #F012F9

Tints of Magenta #F012F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 47.34%
G = 3.55%
B = 49.11%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F012F9 (or 0xF012F9) is known color: Magenta. HEX triplet: F0, 12 and F9. RGB value is (240,18,249). Sum of RGB (Red+Green+Blue) = 240+18+249=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 18 (7.42% from 255 or 3.55% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #F012F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F012F9 is #0FED06. Grayscale: #6E6E6E. Windows color (decimal): -1043719 or 16323312. OLE color: 16323312.

HSL color Cylindrical-coordinate representation of color #F012F9: hue angle of 297.66º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012F9 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 18 249 -
CMYK 0.04 0.93 0 0.02
HSL 297.66º 0.95% 0.52% -
HSV(B) 297.66º 0.93% 0.98% -
XYZ 53.25 25.8 91.8 -
YUV 110.71 206.05 220.22 -
System Red Green Blue C M Y K H S L
Decimal 240 18 249 0.04 0.93 0 0.02 297.66 0.95 0.52
Hex F0 12 F9 4 5D 0 2 12A 5F 34
Octal 360 22 371 4 135 0 2 452 137 64
Binary 11110000 10010 11111001 100 1011101 0 10 100101010 1011111 110100

Color Harmonies of #F012F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012F9

Black with #F012F9

Text Example


Text Example

White with #F012F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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