Html Css Color HEX #F800EE Magenta

📋 copy color: '#F800EE'

red 248 ◦ green 0 ◦ blue 238

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

Shades of Magenta #F800EE

Tints of Magenta #F800EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 51.03%
G = 0%
B = 48.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F800EE (or 0xF800EE) is known color: Magenta. HEX triplet: F8, 00 and EE. RGB value is (248,0,238). Sum of RGB (Red+Green+Blue) = 248+0+238=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F800EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800EE is #07FF11. Grayscale: #646464. Windows color (decimal): -524050 or 15597816. OLE color: 15597816.

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

Color convert

RGB 248 0 238 -
CMYK 0 1 0.04 0.03
HSL 302.42º 1% 0.49% -
HSV(B) 302.42º 1% 0.97% -
XYZ 54.14 26.13 83.08 -
YUV 101.28 205.16 232.65 -
System Red Green Blue C M Y K H S L
Decimal 248 0 238 0 1 0.04 0.03 302.42 1 0.49
Hex F8 0 EE 0 64 4 3 12E 64 31
Octal 370 0 356 0 144 4 3 456 144 61
Binary 11111000 0 11101110 0 1100100 100 11 100101110 1100100 110001

Color Harmonies of #F800EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800EE

Black with #F800EE

Text Example


Text Example

White with #F800EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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