Html Css Color HEX #F413FC Magenta

📋 copy color: '#F413FC'

red 244 ◦ green 19 ◦ blue 252

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

Shades of Magenta #F413FC

Tints of Magenta #F413FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 47.38%
G = 3.69%
B = 48.93%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F413FC (or 0xF413FC) is known color: Magenta. HEX triplet: F4, 13 and FC. RGB value is (244,19,252). Sum of RGB (Red+Green+Blue) = 244+19+252=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 19 (7.81% from 255 or 3.69% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #F413FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413FC is #0BEC03. Grayscale: #707070. Windows color (decimal): -781316 or 16520180. OLE color: 16520180.

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

Color convert

RGB 244 19 252 -
CMYK 0.03 0.92 0 0.01
HSL 297.94º 0.97% 0.53% -
HSV(B) 297.94º 0.92% 0.99% -
XYZ 55.11 26.73 94.35 -
YUV 112.84 206.54 221.55 -
System Red Green Blue C M Y K H S L
Decimal 244 19 252 0.03 0.92 0 0.01 297.94 0.97 0.53
Hex F4 13 FC 3 5C 0 1 12A 61 35
Octal 364 23 374 3 134 0 1 452 141 65
Binary 11110100 10011 11111100 11 1011100 0 1 100101010 1100001 110101

Color Harmonies of #F413FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413FC

Black with #F413FC

Text Example


Text Example

White with #F413FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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