Html Css Color HEX #F413FA Magenta

📋 copy color: '#F413FA'

red 244 ◦ green 19 ◦ blue 250

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

Shades of Magenta #F413FA

Tints of Magenta #F413FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 47.56%
G = 3.7%
B = 48.73%

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

#F413FA (or 0xF413FA) is known color: Magenta. HEX triplet: F4, 13 and FA. RGB value is (244,19,250). Sum of RGB (Red+Green+Blue) = 244+19+250=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 19 (7.81% from 255 or 3.70% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #F413FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413FA is #0BEC05. Grayscale: #6F6F6F. Windows color (decimal): -781318 or 16389108. OLE color: 16389108.

HSL color Cylindrical-coordinate representation of color #F413FA: hue angle of 298.44º degrees, saturation: 0.96, 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 #F413FA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 19 250 -
CMYK 0.02 0.92 0 0.02
HSL 298.44º 0.96% 0.53% -
HSV(B) 298.44º 0.92% 0.98% -
XYZ 54.8 26.6 92.69 -
YUV 112.61 205.54 221.72 -
System Red Green Blue C M Y K H S L
Decimal 244 19 250 0.02 0.92 0 0.02 298.44 0.96 0.53
Hex F4 13 FA 2 5C 0 2 12A 60 35
Octal 364 23 372 2 134 0 2 452 140 65
Binary 11110100 10011 11111010 10 1011100 0 10 100101010 1100000 110101

Color Harmonies of #F413FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413FA

Black with #F413FA

Text Example


Text Example

White with #F413FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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