Html Css Color HEX #F525FD Magenta

📋 copy color: '#F525FD'

red 245 ◦ green 37 ◦ blue 253

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

Shades of Magenta #F525FD

Tints of Magenta #F525FD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 6.92%

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

R = 45.79%
G = 6.92%
B = 47.29%

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

#F525FD (or 0xF525FD) is known color: Magenta. HEX triplet: F5, 25 and FD. RGB value is (245,37,253). Sum of RGB (Red+Green+Blue) = 245+37+253=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 37 (14.84% from 255 or 6.92% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #F525FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F525FD is #0ADA02. Grayscale: #7B7B7B. Windows color (decimal): -711171 or 16590325. OLE color: 16590325.

HSL color Cylindrical-coordinate representation of color #F525FD: hue angle of 297.78º 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 #F525FD is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 37 253 -
CMYK 0.03 0.85 0 0.01
HSL 297.78º 0.98% 0.57% -
HSV(B) 297.78º 0.85% 0.99% -
XYZ 56.05 27.83 95.35 -
YUV 123.82 200.91 214.44 -
System Red Green Blue C M Y K H S L
Decimal 245 37 253 0.03 0.85 0 0.01 297.78 0.98 0.57
Hex F5 25 FD 3 55 0 1 12A 62 39
Octal 365 45 375 3 125 0 1 452 142 71
Binary 11110101 100101 11111101 11 1010101 0 1 100101010 1100010 111001

Color Harmonies of #F525FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525FD

Black with #F525FD

Text Example


Text Example

White with #F525FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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