Html Css Color HEX #F800E9 Magenta

📋 copy color: '#F800E9'

red 248 ◦ green 0 ◦ blue 233

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

Shades of Magenta #F800E9

Tints of Magenta #F800E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.44%

R = 51.56%
G = 0%
B = 48.44%

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

#F800E9 (or 0xF800E9) is known color: Magenta. HEX triplet: F8, 00 and E9. RGB value is (248,0,233). Sum of RGB (Red+Green+Blue) = 248+0+233=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F800E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800E9 is #07FF16. Grayscale: #646464. Windows color (decimal): -524055 or 15270136. OLE color: 15270136.

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

Color convert

RGB 248 0 233 -
CMYK 0 1 0.06 0.03
HSL 303.63º 1% 0.49% -
HSV(B) 303.63º 1% 0.97% -
XYZ 53.42 25.84 79.26 -
YUV 100.71 202.66 233.05 -
System Red Green Blue C M Y K H S L
Decimal 248 0 233 0 1 0.06 0.03 303.63 1 0.49
Hex F8 0 E9 0 64 6 3 130 64 31
Octal 370 0 351 0 144 6 3 460 144 61
Binary 11111000 0 11101001 0 1100100 110 11 100110000 1100100 110001

Color Harmonies of #F800E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800E9

Black with #F800E9

Text Example


Text Example

White with #F800E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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