Html Css Color HEX #F800F8 Magenta

📋 copy color: '#F800F8'

red 248 ◦ green 0 ◦ blue 248

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

Shades of Magenta #F800F8

Tints of Magenta #F800F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F800F8 (or 0xF800F8) is known color: Magenta. HEX triplet: F8, 00 and F8. RGB value is (248,0,248). Sum of RGB (Red+Green+Blue) = 248+0+248=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 0 (0.39% from 255 or 0% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F800F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800F8 is #07FF07. Grayscale: #656565. Windows color (decimal): -524040 or 16253176. OLE color: 16253176.

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

Color convert

RGB 248 0 248 -
CMYK 0 1 0 0.03
HSL 300º 1% 0.49% -
HSV(B) 300º 1% 0.97% -
XYZ 55.65 26.73 91.03 -
YUV 102.42 210.16 231.83 -
System Red Green Blue C M Y K H S L
Decimal 248 0 248 0 1 0 0.03 300 1 0.49
Hex F8 0 F8 0 64 0 3 12C 64 31
Octal 370 0 370 0 144 0 3 454 144 61
Binary 11111000 0 11111000 0 1100100 0 11 100101100 1100100 110001

Color Harmonies of #F800F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800F8

Black with #F800F8

Text Example


Text Example

White with #F800F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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