Html Css Color HEX #F529FA Magenta

📋 copy color: '#F529FA'

red 245 ◦ green 41 ◦ blue 250

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

Shades of Magenta #F529FA

Tints of Magenta #F529FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 45.71%
G = 7.65%
B = 46.64%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F529FA (or 0xF529FA) is known color: Magenta. HEX triplet: F5, 29 and FA. RGB value is (245,41,250). Sum of RGB (Red+Green+Blue) = 245+41+250=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 41 (16.41% from 255 or 7.65% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #F529FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F529FA is #0AD605. Grayscale: #7D7D7D. Windows color (decimal): -710150 or 16394741. OLE color: 16394741.

HSL color Cylindrical-coordinate representation of color #F529FA: hue angle of 298.56º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F529FA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 41 250 -
CMYK 0.02 0.84 0 0.02
HSL 298.56º 0.95% 0.57% -
HSV(B) 298.56º 0.84% 0.98% -
XYZ 55.7 27.9 92.89 -
YUV 125.82 198.09 213.01 -
System Red Green Blue C M Y K H S L
Decimal 245 41 250 0.02 0.84 0 0.02 298.56 0.95 0.57
Hex F5 29 FA 2 54 0 2 12B 5F 39
Octal 365 51 372 2 124 0 2 453 137 71
Binary 11110101 101001 11111010 10 1010100 0 10 100101011 1011111 111001

Color Harmonies of #F529FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F529FA

Black with #F529FA

Text Example


Text Example

White with #F529FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F529FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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