Html Css Color HEX #F800EA Magenta

📋 copy color: '#F800EA'

red 248 ◦ green 0 ◦ blue 234

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

Shades of Magenta #F800EA

Tints of Magenta #F800EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 51.45%
G = 0%
B = 48.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F800EA (or 0xF800EA) is known color: Magenta. HEX triplet: F8, 00 and EA. RGB value is (248,0,234). Sum of RGB (Red+Green+Blue) = 248+0+234=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F800EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800EA is #07FF15. Grayscale: #646464. Windows color (decimal): -524054 or 15335672. OLE color: 15335672.

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

Color convert

RGB 248 0 234 -
CMYK 0 1 0.06 0.03
HSL 303.39º 1% 0.49% -
HSV(B) 303.39º 1% 0.97% -
XYZ 53.56 25.9 80.02 -
YUV 100.83 203.16 232.97 -
System Red Green Blue C M Y K H S L
Decimal 248 0 234 0 1 0.06 0.03 303.39 1 0.49
Hex F8 0 EA 0 64 6 3 12F 64 31
Octal 370 0 352 0 144 6 3 457 144 61
Binary 11111000 0 11101010 0 1100100 110 11 100101111 1100100 110001

Color Harmonies of #F800EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800EA

Black with #F800EA

Text Example


Text Example

White with #F800EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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