Html Css Color HEX #F803D9 Hot Magenta

📋 copy color: '#F803D9'

red 248 ◦ green 3 ◦ blue 217

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

Shades of Hot Magenta #F803D9

Tints of Hot Magenta #F803D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.37%

R = 52.99%
G = 0.64%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F803D9 (or 0xF803D9) is known color: Hot Magenta. HEX triplet: F8, 03 and D9. RGB value is (248,3,217). Sum of RGB (Red+Green+Blue) = 248+3+217=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F803D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803D9 is #07FC26. Grayscale: #646464. Windows color (decimal): -523303 or 14222328. OLE color: 14222328.

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

Color convert

RGB 248 3 217 -
CMYK 0 0.99 0.12 0.03
HSL 307.59º 0.98% 0.49% -
HSV(B) 307.59º 0.99% 0.97% -
XYZ 51.27 25.03 67.78 -
YUV 100.65 193.67 233.1 -
System Red Green Blue C M Y K H S L
Decimal 248 3 217 0 0.99 0.12 0.03 307.59 0.98 0.49
Hex F8 3 D9 0 63 C 3 134 62 31
Octal 370 3 331 0 143 14 3 464 142 61
Binary 11111000 11 11011001 0 1100011 1100 11 100110100 1100010 110001

Color Harmonies of #F803D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F803D9

Black with #F803D9

Text Example


Text Example

White with #F803D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F803D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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