Html Css Color HEX #F800F4 Magenta

📋 copy color: '#F800F4'

red 248 ◦ green 0 ◦ blue 244

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

Shades of Magenta #F800F4

Tints of Magenta #F800F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.59%

R = 50.41%
G = 0%
B = 49.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F800F4 (or 0xF800F4) is known color: Magenta. HEX triplet: F8, 00 and F4. RGB value is (248,0,244). Sum of RGB (Red+Green+Blue) = 248+0+244=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F800F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800F4 is #07FF0B. Grayscale: #656565. Windows color (decimal): -524044 or 15991032. OLE color: 15991032.

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

Color convert

RGB 248 0 244 -
CMYK 0 1 0.02 0.03
HSL 300.97º 1% 0.49% -
HSV(B) 300.97º 1% 0.97% -
XYZ 55.04 26.49 87.8 -
YUV 101.97 208.16 232.16 -
System Red Green Blue C M Y K H S L
Decimal 248 0 244 0 1 0.02 0.03 300.97 1 0.49
Hex F8 0 F4 0 64 2 3 12D 64 31
Octal 370 0 364 0 144 2 3 455 144 61
Binary 11111000 0 11110100 0 1100100 10 11 100101101 1100100 110001

Color Harmonies of #F800F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800F4

Black with #F800F4

Text Example


Text Example

White with #F800F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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