Html Css Color HEX #F800FA Magenta

📋 copy color: '#F800FA'

red 248 ◦ green 0 ◦ blue 250

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

Shades of Magenta #F800FA

Tints of Magenta #F800FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 49.8%
G = 0%
B = 50.2%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F800FA (or 0xF800FA) is known color: Magenta. HEX triplet: F8, 00 and FA. RGB value is (248,0,250). Sum of RGB (Red+Green+Blue) = 248+0+250=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #F800FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800FA is #07FF05. Grayscale: #656565. Windows color (decimal): -524038 or 16384248. OLE color: 16384248.

HSL color Cylindrical-coordinate representation of color #F800FA: hue angle of 299.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800FA is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 0 250 -
CMYK 0.01 1 0 0.02
HSL 299.52º 1% 0.49% -
HSV(B) 299.52º 1% 0.98% -
XYZ 55.97 26.86 92.68 -
YUV 102.65 211.16 231.67 -
System Red Green Blue C M Y K H S L
Decimal 248 0 250 0.01 1 0 0.02 299.52 1 0.49
Hex F8 0 FA 1 64 0 2 12C 64 31
Octal 370 0 372 1 144 0 2 454 144 61
Binary 11111000 0 11111010 1 1100100 0 10 100101100 1100100 110001

Color Harmonies of #F800FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800FA

Black with #F800FA

Text Example


Text Example

White with #F800FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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