Html Css Color HEX #F507FE Magenta

📋 copy color: '#F507FE'

red 245 ◦ green 7 ◦ blue 254

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

Shades of Magenta #F507FE

Tints of Magenta #F507FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.38%

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

R = 48.42%
G = 1.38%
B = 50.2%

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

#F507FE (or 0xF507FE) is known color: Magenta. HEX triplet: F5, 07 and FE. RGB value is (245,7,254). Sum of RGB (Red+Green+Blue) = 245+7+254=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 7 (3.12% from 255 or 1.38% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #F507FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F507FE is #0AF801. Grayscale: #696969. Windows color (decimal): -718850 or 16648181. OLE color: 16648181.

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

Color convert

RGB 245 7 254 -
CMYK 0.04 0.97 0 0.00
HSL 297.81º 0.99% 0.51% -
HSV(B) 297.81º 0.97% 1% -
XYZ 55.62 26.72 95.99 -
YUV 106.32 211.35 226.92 -
System Red Green Blue C M Y K H S L
Decimal 245 7 254 0.04 0.97 0 0.00 297.81 0.99 0.51
Hex F5 7 FE 4 61 0 0 12A 63 33
Octal 365 7 376 4 141 0 0 452 143 63
Binary 11110101 111 11111110 100 1100001 0 0 100101010 1100011 110011

Color Harmonies of #F507FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F507FE

Black with #F507FE

Text Example


Text Example

White with #F507FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F507FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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