Html Css Color HEX #F01DF6 Magenta

📋 copy color: '#F01DF6'

red 240 ◦ green 29 ◦ blue 246

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

Shades of Magenta #F01DF6

Tints of Magenta #F01DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.63%

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

R = 46.6%
G = 5.63%
B = 47.77%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F01DF6 (or 0xF01DF6) is known color: Magenta. HEX triplet: F0, 1D and F6. RGB value is (240,29,246). Sum of RGB (Red+Green+Blue) = 240+29+246=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 29 (11.72% from 255 or 5.63% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #F01DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01DF6 is #0FE209. Grayscale: #747474. Windows color (decimal): -1040906 or 16129520. OLE color: 16129520.

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

Color convert

RGB 240 29 246 -
CMYK 0.02 0.88 0 0.04
HSL 298.34º 0.92% 0.54% -
HSV(B) 298.34º 0.88% 0.96% -
XYZ 53.01 26.06 89.42 -
YUV 116.83 200.9 215.86 -
System Red Green Blue C M Y K H S L
Decimal 240 29 246 0.02 0.88 0 0.04 298.34 0.92 0.54
Hex F0 1D F6 2 58 0 4 12A 5C 36
Octal 360 35 366 2 130 0 4 452 134 66
Binary 11110000 11101 11110110 10 1011000 0 100 100101010 1011100 110110

Color Harmonies of #F01DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DF6

Black with #F01DF6

Text Example


Text Example

White with #F01DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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