Html Css Color HEX #F814ED Magenta

📋 copy color: '#F814ED'

red 248 ◦ green 20 ◦ blue 237

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

Shades of Magenta #F814ED

Tints of Magenta #F814ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.96%

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

R = 49.11%
G = 3.96%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F814ED (or 0xF814ED) is known color: Magenta. HEX triplet: F8, 14 and ED. RGB value is (248,20,237). Sum of RGB (Red+Green+Blue) = 248+20+237=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 20 (8.20% from 255 or 3.96% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F814ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F814ED is #07EB12. Grayscale: #707070. Windows color (decimal): -518931 or 15537400. OLE color: 15537400.

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

Color convert

RGB 248 20 237 -
CMYK 0 0.92 0.04 0.03
HSL 302.89º 0.94% 0.53% -
HSV(B) 302.89º 0.92% 0.97% -
XYZ 54.25 26.57 82.39 -
YUV 112.91 198.04 224.36 -
System Red Green Blue C M Y K H S L
Decimal 248 20 237 0 0.92 0.04 0.03 302.89 0.94 0.53
Hex F8 14 ED 0 5C 4 3 12F 5E 35
Octal 370 24 355 0 134 4 3 457 136 65
Binary 11111000 10100 11101101 0 1011100 100 11 100101111 1011110 110101

Color Harmonies of #F814ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814ED

Black with #F814ED

Text Example


Text Example

White with #F814ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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