Html Css Color HEX #F413FB Magenta

📋 copy color: '#F413FB'

red 244 ◦ green 19 ◦ blue 251

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

Shades of Magenta #F413FB

Tints of Magenta #F413FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 47.47%
G = 3.7%
B = 48.83%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F413FB (or 0xF413FB) is known color: Magenta. HEX triplet: F4, 13 and FB. RGB value is (244,19,251). Sum of RGB (Red+Green+Blue) = 244+19+251=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 19 (7.81% from 255 or 3.70% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #F413FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413FB is #0BEC04. Grayscale: #707070. Windows color (decimal): -781317 or 16454644. OLE color: 16454644.

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

Color convert

RGB 244 19 251 -
CMYK 0.03 0.92 0 0.02
HSL 298.19º 0.97% 0.53% -
HSV(B) 298.19º 0.92% 0.98% -
XYZ 54.95 26.66 93.52 -
YUV 112.72 206.04 221.64 -
System Red Green Blue C M Y K H S L
Decimal 244 19 251 0.03 0.92 0 0.02 298.19 0.97 0.53
Hex F4 13 FB 3 5C 0 2 12A 61 35
Octal 364 23 373 3 134 0 2 452 141 65
Binary 11110100 10011 11111011 11 1011100 0 10 100101010 1100001 110101

Color Harmonies of #F413FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413FB

Black with #F413FB

Text Example


Text Example

White with #F413FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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