Html Css Color HEX #F808FA Magenta

📋 copy color: '#F808FA'

red 248 ◦ green 8 ◦ blue 250

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

Shades of Magenta #F808FA

Tints of Magenta #F808FA

RGB

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

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

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

R = 49.01%
G = 1.58%
B = 49.41%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F808FA (or 0xF808FA) is known color: Magenta. HEX triplet: F8, 08 and FA. RGB value is (248,8,250). Sum of RGB (Red+Green+Blue) = 248+8+250=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 8 (3.52% from 255 or 1.58% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #F808FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F808FA is #07F705. Grayscale: #6A6A6A. Windows color (decimal): -521990 or 16386296. OLE color: 16386296.

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

Color convert

RGB 248 8 250 -
CMYK 0.01 0.97 0 0.02
HSL 299.5º 0.96% 0.51% -
HSV(B) 299.5º 0.97% 0.98% -
XYZ 56.05 27.03 92.71 -
YUV 107.35 208.51 228.32 -
System Red Green Blue C M Y K H S L
Decimal 248 8 250 0.01 0.97 0 0.02 299.5 0.96 0.51
Hex F8 8 FA 1 61 0 2 12C 60 33
Octal 370 10 372 1 141 0 2 454 140 63
Binary 11111000 1000 11111010 1 1100001 0 10 100101100 1100000 110011

Color Harmonies of #F808FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808FA

Black with #F808FA

Text Example


Text Example

White with #F808FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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