Html Css Color HEX #F526FD Magenta

📋 copy color: '#F526FD'

red 245 ◦ green 38 ◦ blue 253

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

Shades of Magenta #F526FD

Tints of Magenta #F526FD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.09%

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

R = 45.71%
G = 7.09%
B = 47.2%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F526FD (or 0xF526FD) is known color: Magenta. HEX triplet: F5, 26 and FD. RGB value is (245,38,253). Sum of RGB (Red+Green+Blue) = 245+38+253=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 38 (15.23% from 255 or 7.09% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #F526FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526FD is #0AD902. Grayscale: #7B7B7B. Windows color (decimal): -710915 or 16590581. OLE color: 16590581.

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

Color convert

RGB 245 38 253 -
CMYK 0.03 0.85 0 0.01
HSL 297.77º 0.98% 0.57% -
HSV(B) 297.77º 0.85% 0.99% -
XYZ 56.08 27.89 95.36 -
YUV 124.4 200.58 214.02 -
System Red Green Blue C M Y K H S L
Decimal 245 38 253 0.03 0.85 0 0.01 297.77 0.98 0.57
Hex F5 26 FD 3 55 0 1 12A 62 39
Octal 365 46 375 3 125 0 1 452 142 71
Binary 11110101 100110 11111101 11 1010101 0 1 100101010 1100010 111001

Color Harmonies of #F526FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F526FD

Black with #F526FD

Text Example


Text Example

White with #F526FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F526FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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