Html Css Color HEX #F505FE Magenta

📋 copy color: '#F505FE'

red 245 ◦ green 5 ◦ blue 254

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

Shades of Magenta #F505FE

Tints of Magenta #F505FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.99%

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

R = 48.61%
G = 0.99%
B = 50.4%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F505FE (or 0xF505FE) is known color: Magenta. HEX triplet: F5, 05 and FE. RGB value is (245,5,254). Sum of RGB (Red+Green+Blue) = 245+5+254=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 5 (2.34% from 255 or 0.99% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #F505FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505FE is #0AFA01. Grayscale: #686868. Windows color (decimal): -719362 or 16647669. OLE color: 16647669.

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

Color convert

RGB 245 5 254 -
CMYK 0.04 0.98 0 0.00
HSL 297.83º 0.99% 0.51% -
HSV(B) 297.83º 0.98% 1% -
XYZ 55.6 26.68 95.98 -
YUV 105.15 212.01 227.75 -
System Red Green Blue C M Y K H S L
Decimal 245 5 254 0.04 0.98 0 0.00 297.83 0.99 0.51
Hex F5 5 FE 4 62 0 0 12A 63 33
Octal 365 5 376 4 142 0 0 452 143 63
Binary 11110101 101 11111110 100 1100010 0 0 100101010 1100011 110011

Color Harmonies of #F505FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F505FE

Black with #F505FE

Text Example


Text Example

White with #F505FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F505FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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