Html Css Color HEX #F40DFF Magenta

📋 copy color: '#F40DFF'

red 244 ◦ green 13 ◦ blue 255

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

Shades of Magenta #F40DFF

Tints of Magenta #F40DFF

RGB

 RED value IS 244 (95.7% from 255) = 47.66%

 GREEN value IS 13 (5.47% from 255) = 2.54%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 47.66%
G = 2.54%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F40DFF (or 0xF40DFF) is known color: Magenta. HEX triplet: F4, 0D and FF. RGB value is (244,13,255). Sum of RGB (Red+Green+Blue) = 244+13+255=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 13 (5.47% from 255 or 2.54% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #F40DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40DFF is #0BF200. Grayscale: #6C6C6C. Windows color (decimal): -782849 or 16715252. OLE color: 16715252.

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

Color convert

RGB 244 13 255 -
CMYK 0.04 0.95 0 0
HSL 297.27º 1% 0.53% -
HSV(B) 297.27º 0.95% 1% -
XYZ 55.5 26.74 96.84 -
YUV 109.66 210.03 223.82 -
System Red Green Blue C M Y K H S L
Decimal 244 13 255 0.04 0.95 0 0 297.27 1 0.53
Hex F4 D FF 4 5F 0 0 129 64 35
Octal 364 15 377 4 137 0 0 451 144 65
Binary 11110100 1101 11111111 100 1011111 0 0 100101001 1100100 110101

Color Harmonies of #F40DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40DFF

Black with #F40DFF

Text Example


Text Example

White with #F40DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40DFF; }

 p { color: rgb(244,13,255); }

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

background-color css

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

 a { background-color: rgb(244,13,255); }

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

border-color css

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

 span { border-color: rgb(244,13,255); }

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