Html Css Color HEX #F508FE Magenta

📋 copy color: '#F508FE'

red 245 ◦ green 8 ◦ blue 254

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

Shades of Magenta #F508FE

Tints of Magenta #F508FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 48.32%
G = 1.58%
B = 50.1%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F508FE (or 0xF508FE) is known color: Magenta. HEX triplet: F5, 08 and FE. RGB value is (245,8,254). Sum of RGB (Red+Green+Blue) = 245+8+254=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 8 (3.52% from 255 or 1.58% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #F508FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F508FE is #0AF701. Grayscale: #6A6A6A. Windows color (decimal): -718594 or 16648437. OLE color: 16648437.

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

Color convert

RGB 245 8 254 -
CMYK 0.04 0.97 0 0.00
HSL 297.8º 0.99% 0.51% -
HSV(B) 297.8º 0.97% 1% -
XYZ 55.63 26.74 96 -
YUV 106.91 211.02 226.5 -
System Red Green Blue C M Y K H S L
Decimal 245 8 254 0.04 0.97 0 0.00 297.8 0.99 0.51
Hex F5 8 FE 4 61 0 0 12A 63 33
Octal 365 10 376 4 141 0 0 452 143 63
Binary 11110101 1000 11111110 100 1100001 0 0 100101010 1100011 110011

Color Harmonies of #F508FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508FE

Black with #F508FE

Text Example


Text Example

White with #F508FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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