Html Css Color HEX #F505FF Magenta

📋 copy color: '#F505FF'

red 245 ◦ green 5 ◦ blue 255

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

Shades of Magenta #F505FF

Tints of Magenta #F505FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 48.51%
G = 0.99%
B = 50.5%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F505FF (or 0xF505FF) is known color: Magenta. HEX triplet: F5, 05 and FF. RGB value is (245,5,255). Sum of RGB (Red+Green+Blue) = 245+5+255=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 5 (2.34% from 255 or 0.99% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #F505FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505FF is #0AFA00. Grayscale: #686868. Windows color (decimal): -719361 or 16713205. OLE color: 16713205.

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

Color convert

RGB 245 5 255 -
CMYK 0.04 0.98 0 0
HSL 297.6º 1% 0.51% -
HSV(B) 297.6º 0.98% 1% -
XYZ 55.76 26.74 96.83 -
YUV 105.26 212.51 227.67 -
System Red Green Blue C M Y K H S L
Decimal 245 5 255 0.04 0.98 0 0 297.6 1 0.51
Hex F5 5 FF 4 62 0 0 12A 64 33
Octal 365 5 377 4 142 0 0 452 144 63
Binary 11110101 101 11111111 100 1100010 0 0 100101010 1100100 110011

Color Harmonies of #F505FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F505FF

Black with #F505FF

Text Example


Text Example

White with #F505FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F505FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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