Html Css Color HEX #F411FD Magenta

📋 copy color: '#F411FD'

red 244 ◦ green 17 ◦ blue 253

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

Shades of Magenta #F411FD

Tints of Magenta #F411FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.31%

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 47.47%
G = 3.31%
B = 49.22%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F411FD (or 0xF411FD) is known color: Magenta. HEX triplet: F4, 11 and FD. RGB value is (244,17,253). Sum of RGB (Red+Green+Blue) = 244+17+253=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 17 (7.03% from 255 or 3.31% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #F411FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F411FD is #0BEE02. Grayscale: #6F6F6F. Windows color (decimal): -781827 or 16585204. OLE color: 16585204.

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

Color convert

RGB 244 17 253 -
CMYK 0.04 0.93 0 0.01
HSL 297.71º 0.98% 0.53% -
HSV(B) 297.71º 0.93% 0.99% -
XYZ 55.24 26.73 95.18 -
YUV 111.78 207.71 222.31 -
System Red Green Blue C M Y K H S L
Decimal 244 17 253 0.04 0.93 0 0.01 297.71 0.98 0.53
Hex F4 11 FD 4 5D 0 1 12A 62 35
Octal 364 21 375 4 135 0 1 452 142 65
Binary 11110100 10001 11111101 100 1011101 0 1 100101010 1100010 110101

Color Harmonies of #F411FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F411FD

Black with #F411FD

Text Example


Text Example

White with #F411FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F411FD; }

 p { color: rgb(244,17,253); }

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

background-color css

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

 a { background-color: rgb(244,17,253); }

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

border-color css

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

 span { border-color: rgb(244,17,253); }

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