Html Css Color HEX #F809ED Magenta

📋 copy color: '#F809ED'

red 248 ◦ green 9 ◦ blue 237

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

Shades of Magenta #F809ED

Tints of Magenta #F809ED

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.82%

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

R = 50.2%
G = 1.82%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F809ED (or 0xF809ED) is known color: Magenta. HEX triplet: F8, 09 and ED. RGB value is (248,9,237). Sum of RGB (Red+Green+Blue) = 248+9+237=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 9 (3.91% from 255 or 1.82% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F809ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F809ED is #07F612. Grayscale: #696969. Windows color (decimal): -521747 or 15534584. OLE color: 15534584.

HSL color Cylindrical-coordinate representation of color #F809ED: hue angle of 302.76º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F809ED is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 9 237 -
CMYK 0 0.96 0.04 0.03
HSL 302.76º 0.94% 0.5% -
HSV(B) 302.76º 0.96% 0.97% -
XYZ 54.1 26.27 82.34 -
YUV 106.45 201.68 228.96 -
System Red Green Blue C M Y K H S L
Decimal 248 9 237 0 0.96 0.04 0.03 302.76 0.94 0.5
Hex F8 9 ED 0 60 4 3 12F 5E 32
Octal 370 11 355 0 140 4 3 457 136 62
Binary 11111000 1001 11101101 0 1100000 100 11 100101111 1011110 110010

Color Harmonies of #F809ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F809ED

Black with #F809ED

Text Example


Text Example

White with #F809ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F809ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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