Html Css Color HEX #F012F6 Magenta

📋 copy color: '#F012F6'

red 240 ◦ green 18 ◦ blue 246

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

Shades of Magenta #F012F6

Tints of Magenta #F012F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.81%

R = 47.62%
G = 3.57%
B = 48.81%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F012F6 (or 0xF012F6) is known color: Magenta. HEX triplet: F0, 12 and F6. RGB value is (240,18,246). Sum of RGB (Red+Green+Blue) = 240+18+246=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #F012F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F012F6 is #0FED09. Grayscale: #6D6D6D. Windows color (decimal): -1043722 or 16126704. OLE color: 16126704.

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

Color convert

RGB 240 18 246 -
CMYK 0.02 0.93 0 0.04
HSL 298.42º 0.93% 0.52% -
HSV(B) 298.42º 0.93% 0.96% -
XYZ 52.79 25.61 89.35 -
YUV 110.37 204.55 220.46 -
System Red Green Blue C M Y K H S L
Decimal 240 18 246 0.02 0.93 0 0.04 298.42 0.93 0.52
Hex F0 12 F6 2 5D 0 4 12A 5D 34
Octal 360 22 366 2 135 0 4 452 135 64
Binary 11110000 10010 11110110 10 1011101 0 100 100101010 1011101 110100

Color Harmonies of #F012F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012F6

Black with #F012F6

Text Example


Text Example

White with #F012F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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