Html Css Color HEX #F01DFE Magenta

📋 copy color: '#F01DFE'

red 240 ◦ green 29 ◦ blue 254

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

Shades of Magenta #F01DFE

Tints of Magenta #F01DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 45.89%
G = 5.54%
B = 48.57%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F01DFE (or 0xF01DFE) is known color: Magenta. HEX triplet: F0, 1D and FE. RGB value is (240,29,254). Sum of RGB (Red+Green+Blue) = 240+29+254=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 29 (11.72% from 255 or 5.54% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #F01DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01DFE is #0FE201. Grayscale: #757575. Windows color (decimal): -1040898 or 16653808. OLE color: 16653808.

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

Color convert

RGB 240 29 254 -
CMYK 0.06 0.89 0 0.00
HSL 296.27º 0.99% 0.55% -
HSV(B) 296.27º 0.89% 1% -
XYZ 54.26 26.56 96.03 -
YUV 117.74 204.9 215.2 -
System Red Green Blue C M Y K H S L
Decimal 240 29 254 0.06 0.89 0 0.00 296.27 0.99 0.55
Hex F0 1D FE 6 59 0 0 128 63 37
Octal 360 35 376 6 131 0 0 450 143 67
Binary 11110000 11101 11111110 110 1011001 0 0 100101000 1100011 110111

Color Harmonies of #F01DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DFE

Black with #F01DFE

Text Example


Text Example

White with #F01DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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