Html Css Color HEX #F800F0 Magenta

📋 copy color: '#F800F0'

red 248 ◦ green 0 ◦ blue 240

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

Shades of Magenta #F800F0

Tints of Magenta #F800F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.18%

R = 50.82%
G = 0%
B = 49.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F800F0 (or 0xF800F0) is known color: Magenta. HEX triplet: F8, 00 and F0. RGB value is (248,0,240). Sum of RGB (Red+Green+Blue) = 248+0+240=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F800F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800F0 is #07FF0F. Grayscale: #646464. Windows color (decimal): -524048 or 15728888. OLE color: 15728888.

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

Color convert

RGB 248 0 240 -
CMYK 0 1 0.03 0.03
HSL 301.94º 1% 0.49% -
HSV(B) 301.94º 1% 0.97% -
XYZ 54.44 26.25 84.64 -
YUV 101.51 206.16 232.49 -
System Red Green Blue C M Y K H S L
Decimal 248 0 240 0 1 0.03 0.03 301.94 1 0.49
Hex F8 0 F0 0 64 3 3 12E 64 31
Octal 370 0 360 0 144 3 3 456 144 61
Binary 11111000 0 11110000 0 1100100 11 11 100101110 1100100 110001

Color Harmonies of #F800F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800F0

Black with #F800F0

Text Example


Text Example

White with #F800F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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