Html Css Color HEX #F508FF Magenta

📋 copy color: '#F508FF'

red 245 ◦ green 8 ◦ blue 255

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

Shades of Magenta #F508FF

Tints of Magenta #F508FF

RGB

 RED value IS 245 (96.09% from 255) = 48.23%

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

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

R = 48.23%
G = 1.57%
B = 50.2%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F508FF (or 0xF508FF) is known color: Magenta. HEX triplet: F5, 08 and FF. RGB value is (245,8,255). Sum of RGB (Red+Green+Blue) = 245+8+255=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 8 (3.52% from 255 or 1.57% 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 #F508FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F508FF is #0AF700. Grayscale: #6A6A6A. Windows color (decimal): -718593 or 16713973. OLE color: 16713973.

HSL color Cylindrical-coordinate representation of color #F508FF: hue angle of 297.57º 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 #F508FF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 8 255 -
CMYK 0.04 0.97 0 0
HSL 297.57º 1% 0.52% -
HSV(B) 297.57º 0.97% 1% -
XYZ 55.79 26.81 96.84 -
YUV 107.02 211.52 226.42 -
System Red Green Blue C M Y K H S L
Decimal 245 8 255 0.04 0.97 0 0 297.57 1 0.52
Hex F5 8 FF 4 61 0 0 12A 64 34
Octal 365 10 377 4 141 0 0 452 144 64
Binary 11110101 1000 11111111 100 1100001 0 0 100101010 1100100 110100

Color Harmonies of #F508FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508FF

Black with #F508FF

Text Example


Text Example

White with #F508FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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