Html Css Color HEX #F808FF Magenta

📋 copy color: '#F808FF'

red 248 ◦ green 8 ◦ blue 255

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

Shades of Magenta #F808FF

Tints of Magenta #F808FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.57%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 48.53%
G = 1.57%
B = 49.9%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F808FF (or 0xF808FF) is known color: Magenta. HEX triplet: F8, 08 and FF. RGB value is (248,8,255). Sum of RGB (Red+Green+Blue) = 248+8+255=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 8 (3.52% from 255 or 1.57% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #F808FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F808FF is #07F700. Grayscale: #6B6B6B. Windows color (decimal): -521985 or 16713976. OLE color: 16713976.

HSL color Cylindrical-coordinate representation of color #F808FF: hue angle of 298.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F808FF is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 8 255 -
CMYK 0.03 0.97 0 0
HSL 298.3º 1% 0.52% -
HSV(B) 298.3º 0.97% 1% -
XYZ 56.85 27.35 96.89 -
YUV 107.92 211.01 227.92 -
System Red Green Blue C M Y K H S L
Decimal 248 8 255 0.03 0.97 0 0 298.3 1 0.52
Hex F8 8 FF 3 61 0 0 12A 64 34
Octal 370 10 377 3 141 0 0 452 144 64
Binary 11111000 1000 11111111 11 1100001 0 0 100101010 1100100 110100

Color Harmonies of #F808FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808FF

Black with #F808FF

Text Example


Text Example

White with #F808FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808FF; }

 p { color: rgb(248,8,255); }

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

background-color css

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

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

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

border-color css

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

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

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