Html Css Color HEX #F508FA Magenta

📋 copy color: '#F508FA'

red 245 ◦ green 8 ◦ blue 250

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

Shades of Magenta #F508FA

Tints of Magenta #F508FA

RGB

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

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

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

R = 48.71%
G = 1.59%
B = 49.7%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F508FA (or 0xF508FA) is known color: Magenta. HEX triplet: F5, 08 and FA. RGB value is (245,8,250). Sum of RGB (Red+Green+Blue) = 245+8+250=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 8 (3.52% from 255 or 1.59% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #F508FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F508FA is #0AF705. Grayscale: #696969. Windows color (decimal): -718598 or 16386293. OLE color: 16386293.

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

Color convert

RGB 245 8 250 -
CMYK 0.02 0.97 0 0.02
HSL 298.76º 0.96% 0.51% -
HSV(B) 298.76º 0.97% 0.98% -
XYZ 55 26.49 92.66 -
YUV 106.45 209.02 226.82 -
System Red Green Blue C M Y K H S L
Decimal 245 8 250 0.02 0.97 0 0.02 298.76 0.96 0.51
Hex F5 8 FA 2 61 0 2 12B 60 33
Octal 365 10 372 2 141 0 2 453 140 63
Binary 11110101 1000 11111010 10 1100001 0 10 100101011 1100000 110011

Color Harmonies of #F508FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508FA

Black with #F508FA

Text Example


Text Example

White with #F508FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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