Html Css Color HEX #F800EC Magenta

📋 copy color: '#F800EC'

red 248 ◦ green 0 ◦ blue 236

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

Shades of Magenta #F800EC

Tints of Magenta #F800EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.24%
G = 0%
B = 48.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F800EC (or 0xF800EC) is known color: Magenta. HEX triplet: F8, 00 and EC. RGB value is (248,0,236). Sum of RGB (Red+Green+Blue) = 248+0+236=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F800EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800EC is #07FF13. Grayscale: #646464. Windows color (decimal): -524052 or 15466744. OLE color: 15466744.

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

Color convert

RGB 248 0 236 -
CMYK 0 1 0.05 0.03
HSL 302.9º 1% 0.49% -
HSV(B) 302.9º 1% 0.97% -
XYZ 53.85 26.01 81.54 -
YUV 101.06 204.16 232.81 -
System Red Green Blue C M Y K H S L
Decimal 248 0 236 0 1 0.05 0.03 302.9 1 0.49
Hex F8 0 EC 0 64 5 3 12F 64 31
Octal 370 0 354 0 144 5 3 457 144 61
Binary 11111000 0 11101100 0 1100100 101 11 100101111 1100100 110001

Color Harmonies of #F800EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800EC

Black with #F800EC

Text Example


Text Example

White with #F800EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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