Html Css Color HEX #F803ED Magenta

📋 copy color: '#F803ED'

red 248 ◦ green 3 ◦ blue 237

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

Shades of Magenta #F803ED

Tints of Magenta #F803ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 50.82%
G = 0.61%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F803ED (or 0xF803ED) is known color: Magenta. HEX triplet: F8, 03 and ED. RGB value is (248,3,237). Sum of RGB (Red+Green+Blue) = 248+3+237=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 3 (1.56% from 255 or 0.61% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F803ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F803ED is #07FC12. Grayscale: #666666. Windows color (decimal): -523283 or 15533048. OLE color: 15533048.

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

Color convert

RGB 248 3 237 -
CMYK 0 0.99 0.04 0.03
HSL 302.69º 0.98% 0.49% -
HSV(B) 302.69º 0.99% 0.97% -
XYZ 54.03 26.14 82.32 -
YUV 102.93 203.67 231.47 -
System Red Green Blue C M Y K H S L
Decimal 248 3 237 0 0.99 0.04 0.03 302.69 0.98 0.49
Hex F8 3 ED 0 63 4 3 12F 62 31
Octal 370 3 355 0 143 4 3 457 142 61
Binary 11111000 11 11101101 0 1100011 100 11 100101111 1100010 110001

Color Harmonies of #F803ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F803ED

Black with #F803ED

Text Example


Text Example

White with #F803ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F803ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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