Html Css Color HEX #F805FF Magenta

📋 copy color: '#F805FF'

red 248 ◦ green 5 ◦ blue 255

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

Shades of Magenta #F805FF

Tints of Magenta #F805FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.98%

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

R = 48.82%
G = 0.98%
B = 50.2%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F805FF (or 0xF805FF) is known color: Magenta. HEX triplet: F8, 05 and FF. RGB value is (248,5,255). Sum of RGB (Red+Green+Blue) = 248+5+255=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 5 (2.34% from 255 or 0.98% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #F805FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805FF is #07FA00. Grayscale: #696969. Windows color (decimal): -522753 or 16713208. OLE color: 16713208.

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

Color convert

RGB 248 5 255 -
CMYK 0.03 0.98 0 0
HSL 298.32º 1% 0.51% -
HSV(B) 298.32º 0.98% 1% -
XYZ 56.82 27.29 96.88 -
YUV 106.16 212.01 229.17 -
System Red Green Blue C M Y K H S L
Decimal 248 5 255 0.03 0.98 0 0 298.32 1 0.51
Hex F8 5 FF 3 62 0 0 12A 64 33
Octal 370 5 377 3 142 0 0 452 144 63
Binary 11111000 101 11111111 11 1100010 0 0 100101010 1100100 110011

Color Harmonies of #F805FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805FF

Black with #F805FF

Text Example


Text Example

White with #F805FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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