Html Css Color HEX #F803F9 Magenta

📋 copy color: '#F803F9'

red 248 ◦ green 3 ◦ blue 249

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

Shades of Magenta #F803F9

Tints of Magenta #F803F9

RGB

 RED value IS 248 (97.27% from 255) = 49.6%

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

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

R = 49.6%
G = 0.6%
B = 49.8%

CMYK

 C value IS 0.00

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F803F9 (or 0xF803F9) is known color: Magenta. HEX triplet: F8, 03 and F9. RGB value is (248,3,249). Sum of RGB (Red+Green+Blue) = 248+3+249=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 3 (1.56% from 255 or 0.6% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #F803F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F803F9 is #07FC06. Grayscale: #676767. Windows color (decimal): -523271 or 16319480. OLE color: 16319480.

HSL color Cylindrical-coordinate representation of color #F803F9: hue angle of 299.76º 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 #F803F9 is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 3 249 -
CMYK 0.00 0.99 0 0.02
HSL 299.76º 0.98% 0.49% -
HSV(B) 299.76º 0.99% 0.98% -
XYZ 55.84 26.86 91.86 -
YUV 104.3 209.67 230.5 -
System Red Green Blue C M Y K H S L
Decimal 248 3 249 0.00 0.99 0 0.02 299.76 0.98 0.49
Hex F8 3 F9 0 63 0 2 12C 62 31
Octal 370 3 371 0 143 0 2 454 142 61
Binary 11111000 11 11111001 0 1100011 0 10 100101100 1100010 110001

Color Harmonies of #F803F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F803F9

Black with #F803F9

Text Example


Text Example

White with #F803F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F803F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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