Html Css Color HEX #F529FD Magenta

📋 copy color: '#F529FD'

red 245 ◦ green 41 ◦ blue 253

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

Shades of Magenta #F529FD

Tints of Magenta #F529FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.61%

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

R = 45.45%
G = 7.61%
B = 46.94%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F529FD (or 0xF529FD) is known color: Magenta. HEX triplet: F5, 29 and FD. RGB value is (245,41,253). Sum of RGB (Red+Green+Blue) = 245+41+253=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 41 (16.41% from 255 or 7.61% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #F529FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F529FD is #0AD602. Grayscale: #7D7D7D. Windows color (decimal): -710147 or 16591349. OLE color: 16591349.

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

Color convert

RGB 245 41 253 -
CMYK 0.03 0.84 0 0.01
HSL 297.74º 0.98% 0.58% -
HSV(B) 297.74º 0.84% 0.99% -
XYZ 56.18 28.09 95.39 -
YUV 126.16 199.59 212.76 -
System Red Green Blue C M Y K H S L
Decimal 245 41 253 0.03 0.84 0 0.01 297.74 0.98 0.58
Hex F5 29 FD 3 54 0 1 12A 62 3A
Octal 365 51 375 3 124 0 1 452 142 72
Binary 11110101 101001 11111101 11 1010100 0 1 100101010 1100010 111010

Color Harmonies of #F529FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F529FD

Black with #F529FD

Text Example


Text Example

White with #F529FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F529FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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