Html Css Color HEX #F01DF3 Magenta

📋 copy color: '#F01DF3'

red 240 ◦ green 29 ◦ blue 243

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

Shades of Magenta #F01DF3

Tints of Magenta #F01DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.46%

R = 46.88%
G = 5.66%
B = 47.46%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F01DF3 (or 0xF01DF3) is known color: Magenta. HEX triplet: F0, 1D and F3. RGB value is (240,29,243). Sum of RGB (Red+Green+Blue) = 240+29+243=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 29 (11.72% from 255 or 5.66% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #F01DF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01DF3 is #0FE20C. Grayscale: #737373. Windows color (decimal): -1040909 or 15932912. OLE color: 15932912.

HSL color Cylindrical-coordinate representation of color #F01DF3: hue angle of 299.16º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01DF3 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 29 243 -
CMYK 0.01 0.88 0 0.05
HSL 299.16º 0.9% 0.53% -
HSV(B) 299.16º 0.88% 0.95% -
XYZ 52.55 25.88 87.02 -
YUV 116.49 199.4 216.1 -
System Red Green Blue C M Y K H S L
Decimal 240 29 243 0.01 0.88 0 0.05 299.16 0.9 0.53
Hex F0 1D F3 1 58 0 5 12B 5A 35
Octal 360 35 363 1 130 0 5 453 132 65
Binary 11110000 11101 11110011 1 1011000 0 101 100101011 1011010 110101

Color Harmonies of #F01DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DF3

Black with #F01DF3

Text Example


Text Example

White with #F01DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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