Html Css Color HEX #F803FD Magenta

📋 copy color: '#F803FD'

red 248 ◦ green 3 ◦ blue 253

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

Shades of Magenta #F803FD

Tints of Magenta #F803FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 49.21%
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.01

RGB Variations

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

Color information

#F803FD (or 0xF803FD) is known color: Magenta. HEX triplet: F8, 03 and FD. RGB value is (248,3,253). Sum of RGB (Red+Green+Blue) = 248+3+253=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 3 (1.56% from 255 or 0.60% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #F803FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F803FD is #07FC02. Grayscale: #676767. Windows color (decimal): -523267 or 16581624. OLE color: 16581624.

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

Color convert

RGB 248 3 253 -
CMYK 0.02 0.99 0 0.01
HSL 298.8º 0.98% 0.5% -
HSV(B) 298.8º 0.99% 0.99% -
XYZ 56.47 27.11 95.19 -
YUV 104.76 211.67 230.17 -
System Red Green Blue C M Y K H S L
Decimal 248 3 253 0.02 0.99 0 0.01 298.8 0.98 0.5
Hex F8 3 FD 2 63 0 1 12B 62 32
Octal 370 3 375 2 143 0 1 453 142 62
Binary 11111000 11 11111101 10 1100011 0 1 100101011 1100010 110010

Color Harmonies of #F803FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F803FD

Black with #F803FD

Text Example


Text Example

White with #F803FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F803FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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