Html Css Color HEX #F413FD Magenta

📋 copy color: '#F413FD'

red 244 ◦ green 19 ◦ blue 253

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

Shades of Magenta #F413FD

Tints of Magenta #F413FD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.68%

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

R = 47.29%
G = 3.68%
B = 49.03%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F413FD (or 0xF413FD) is known color: Magenta. HEX triplet: F4, 13 and FD. RGB value is (244,19,253). Sum of RGB (Red+Green+Blue) = 244+19+253=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 19 (7.81% from 255 or 3.68% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #F413FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413FD is #0BEC02. Grayscale: #707070. Windows color (decimal): -781315 or 16585716. OLE color: 16585716.

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

Color convert

RGB 244 19 253 -
CMYK 0.04 0.92 0 0.01
HSL 297.69º 0.98% 0.53% -
HSV(B) 297.69º 0.92% 0.99% -
XYZ 55.27 26.79 95.19 -
YUV 112.95 207.04 221.47 -
System Red Green Blue C M Y K H S L
Decimal 244 19 253 0.04 0.92 0 0.01 297.69 0.98 0.53
Hex F4 13 FD 4 5C 0 1 12A 62 35
Octal 364 23 375 4 134 0 1 452 142 65
Binary 11110100 10011 11111101 100 1011100 0 1 100101010 1100010 110101

Color Harmonies of #F413FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413FD

Black with #F413FD

Text Example


Text Example

White with #F413FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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