Html Css Color HEX #F804ED Magenta

📋 copy color: '#F804ED'

red 248 ◦ green 4 ◦ blue 237

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

Shades of Magenta #F804ED

Tints of Magenta #F804ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.82%

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

R = 50.72%
G = 0.82%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F804ED (or 0xF804ED) is known color: Magenta. HEX triplet: F8, 04 and ED. RGB value is (248,4,237). Sum of RGB (Red+Green+Blue) = 248+4+237=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 4 (1.95% from 255 or 0.82% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F804ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F804ED is #07FB12. Grayscale: #666666. Windows color (decimal): -523027 or 15533304. OLE color: 15533304.

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

Color convert

RGB 248 4 237 -
CMYK 0 0.98 0.04 0.03
HSL 302.7º 0.97% 0.49% -
HSV(B) 302.7º 0.98% 0.97% -
XYZ 54.04 26.16 82.32 -
YUV 103.52 203.34 231.05 -
System Red Green Blue C M Y K H S L
Decimal 248 4 237 0 0.98 0.04 0.03 302.7 0.97 0.49
Hex F8 4 ED 0 62 4 3 12F 61 31
Octal 370 4 355 0 142 4 3 457 141 61
Binary 11111000 100 11101101 0 1100010 100 11 100101111 1100001 110001

Color Harmonies of #F804ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804ED

Black with #F804ED

Text Example


Text Example

White with #F804ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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