Html Css Color HEX #F403F9 Magenta

📋 copy color: '#F403F9'

red 244 ◦ green 3 ◦ blue 249

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

Shades of Magenta #F403F9

Tints of Magenta #F403F9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.6%

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

R = 49.19%
G = 0.6%
B = 50.2%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F403F9 (or 0xF403F9) is known color: Magenta. HEX triplet: F4, 03 and F9. RGB value is (244,3,249). Sum of RGB (Red+Green+Blue) = 244+3+249=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 3 (1.56% from 255 or 0.60% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #F403F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F403F9 is #0BFC06. Grayscale: #666666. Windows color (decimal): -785415 or 16319476. OLE color: 16319476.

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

Color convert

RGB 244 3 249 -
CMYK 0.02 0.99 0 0.02
HSL 298.78º 0.98% 0.49% -
HSV(B) 298.78º 0.99% 0.98% -
XYZ 54.44 26.14 91.8 -
YUV 103.1 210.34 228.5 -
System Red Green Blue C M Y K H S L
Decimal 244 3 249 0.02 0.99 0 0.02 298.78 0.98 0.49
Hex F4 3 F9 2 63 0 2 12B 62 31
Octal 364 3 371 2 143 0 2 453 142 61
Binary 11110100 11 11111001 10 1100011 0 10 100101011 1100010 110001

Color Harmonies of #F403F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F403F9

Black with #F403F9

Text Example


Text Example

White with #F403F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F403F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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