Html Css Color HEX #F01DF5 Magenta

📋 copy color: '#F01DF5'

red 240 ◦ green 29 ◦ blue 245

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

Shades of Magenta #F01DF5

Tints of Magenta #F01DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.67%

R = 46.69%
G = 5.64%
B = 47.67%

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

#F01DF5 (or 0xF01DF5) is known color: Magenta. HEX triplet: F0, 1D and F5. RGB value is (240,29,245). Sum of RGB (Red+Green+Blue) = 240+29+245=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 29 (11.72% from 255 or 5.64% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #F01DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01DF5 is #0FE20A. Grayscale: #747474. Windows color (decimal): -1040907 or 16063984. OLE color: 16063984.

HSL color Cylindrical-coordinate representation of color #F01DF5: hue angle of 298.61º 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 #F01DF5 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 29 245 -
CMYK 0.02 0.88 0 0.04
HSL 298.61º 0.92% 0.54% -
HSV(B) 298.61º 0.88% 0.96% -
XYZ 52.86 26 88.62 -
YUV 116.71 200.4 215.94 -
System Red Green Blue C M Y K H S L
Decimal 240 29 245 0.02 0.88 0 0.04 298.61 0.92 0.54
Hex F0 1D F5 2 58 0 4 12B 5C 36
Octal 360 35 365 2 130 0 4 453 134 66
Binary 11110000 11101 11110101 10 1011000 0 100 100101011 1011100 110110

Color Harmonies of #F01DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DF5

Black with #F01DF5

Text Example


Text Example

White with #F01DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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