Html Css Color HEX #F413F9 Magenta

📋 copy color: '#F413F9'

red 244 ◦ green 19 ◦ blue 249

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

Shades of Magenta #F413F9

Tints of Magenta #F413F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 47.66%
G = 3.71%
B = 48.63%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F413F9 (or 0xF413F9) is known color: Magenta. HEX triplet: F4, 13 and F9. RGB value is (244,19,249). Sum of RGB (Red+Green+Blue) = 244+19+249=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #F413F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413F9 is #0BEC06. Grayscale: #6F6F6F. Windows color (decimal): -781319 or 16323572. OLE color: 16323572.

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

Color convert

RGB 244 19 249 -
CMYK 0.02 0.92 0 0.02
HSL 298.7º 0.95% 0.53% -
HSV(B) 298.7º 0.92% 0.98% -
XYZ 54.64 26.54 91.87 -
YUV 112.5 205.04 221.8 -
System Red Green Blue C M Y K H S L
Decimal 244 19 249 0.02 0.92 0 0.02 298.7 0.95 0.53
Hex F4 13 F9 2 5C 0 2 12B 5F 35
Octal 364 23 371 2 134 0 2 453 137 65
Binary 11110100 10011 11111001 10 1011100 0 10 100101011 1011111 110101

Color Harmonies of #F413F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413F9

Black with #F413F9

Text Example


Text Example

White with #F413F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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