Html Css Color HEX #F804EC Magenta

📋 copy color: '#F804EC'

red 248 ◦ green 4 ◦ blue 236

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

Shades of Magenta #F804EC

Tints of Magenta #F804EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 50.82%
G = 0.82%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F804EC (or 0xF804EC) is known color: Magenta. HEX triplet: F8, 04 and EC. RGB value is (248,4,236). Sum of RGB (Red+Green+Blue) = 248+4+236=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 4 (1.95% from 255 or 0.82% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F804EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F804EC is #07FB13. Grayscale: #666666. Windows color (decimal): -523028 or 15467768. OLE color: 15467768.

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

Color convert

RGB 248 4 236 -
CMYK 0 0.98 0.05 0.03
HSL 302.95º 0.97% 0.49% -
HSV(B) 302.95º 0.98% 0.97% -
XYZ 53.9 26.1 81.55 -
YUV 103.4 202.84 231.14 -
System Red Green Blue C M Y K H S L
Decimal 248 4 236 0 0.98 0.05 0.03 302.95 0.97 0.49
Hex F8 4 EC 0 62 5 3 12F 61 31
Octal 370 4 354 0 142 5 3 457 141 61
Binary 11111000 100 11101100 0 1100010 101 11 100101111 1100001 110001

Color Harmonies of #F804EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804EC

Black with #F804EC

Text Example


Text Example

White with #F804EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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