Html Css Color HEX #F508EB Magenta

📋 copy color: '#F508EB'

red 245 ◦ green 8 ◦ blue 235

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

Shades of Magenta #F508EB

Tints of Magenta #F508EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 50.2%
G = 1.64%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F508EB (or 0xF508EB) is known color: Magenta. HEX triplet: F5, 08 and EB. RGB value is (245,8,235). Sum of RGB (Red+Green+Blue) = 245+8+235=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F508EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F508EB is #0AF714. Grayscale: #686868. Windows color (decimal): -718613 or 15403253. OLE color: 15403253.

HSL color Cylindrical-coordinate representation of color #F508EB: hue angle of 302.53º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F508EB is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 8 235 -
CMYK 0 0.97 0.04 0.04
HSL 302.53º 0.94% 0.5% -
HSV(B) 302.53º 0.97% 0.96% -
XYZ 52.74 25.58 80.76 -
YUV 104.74 201.52 228.04 -
System Red Green Blue C M Y K H S L
Decimal 245 8 235 0 0.97 0.04 0.04 302.53 0.94 0.5
Hex F5 8 EB 0 61 4 4 12F 5E 32
Octal 365 10 353 0 141 4 4 457 136 62
Binary 11110101 1000 11101011 0 1100001 100 100 100101111 1011110 110010

Color Harmonies of #F508EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508EB

Black with #F508EB

Text Example


Text Example

White with #F508EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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