Html Css Color HEX #F505FD Magenta

📋 copy color: '#F505FD'

red 245 ◦ green 5 ◦ blue 253

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

Shades of Magenta #F505FD

Tints of Magenta #F505FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 48.71%
G = 0.99%
B = 50.3%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F505FD (or 0xF505FD) is known color: Magenta. HEX triplet: F5, 05 and FD. RGB value is (245,5,253). Sum of RGB (Red+Green+Blue) = 245+5+253=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 5 (2.34% from 255 or 0.99% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #F505FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505FD is #0AFA02. Grayscale: #686868. Windows color (decimal): -719363 or 16582133. OLE color: 16582133.

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

Color convert

RGB 245 5 253 -
CMYK 0.03 0.98 0 0.01
HSL 298.06º 0.98% 0.51% -
HSV(B) 298.06º 0.98% 0.99% -
XYZ 55.44 26.61 95.14 -
YUV 105.03 211.51 227.83 -
System Red Green Blue C M Y K H S L
Decimal 245 5 253 0.03 0.98 0 0.01 298.06 0.98 0.51
Hex F5 5 FD 3 62 0 1 12A 62 33
Octal 365 5 375 3 142 0 1 452 142 63
Binary 11110101 101 11111101 11 1100010 0 1 100101010 1100010 110011

Color Harmonies of #F505FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F505FD

Black with #F505FD

Text Example


Text Example

White with #F505FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F505FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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