Html Css Color HEX #F529FB Magenta

📋 copy color: '#F529FB'

red 245 ◦ green 41 ◦ blue 251

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

Shades of Magenta #F529FB

Tints of Magenta #F529FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 45.62%
G = 7.64%
B = 46.74%

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

#F529FB (or 0xF529FB) is known color: Magenta. HEX triplet: F5, 29 and FB. RGB value is (245,41,251). Sum of RGB (Red+Green+Blue) = 245+41+251=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 41 (16.41% from 255 or 7.64% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #F529FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F529FB is #0AD604. Grayscale: #7D7D7D. Windows color (decimal): -710149 or 16460277. OLE color: 16460277.

HSL color Cylindrical-coordinate representation of color #F529FB: hue angle of 298.29º degrees, saturation: 0.96, 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 #F529FB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 41 251 -
CMYK 0.02 0.84 0 0.02
HSL 298.29º 0.96% 0.57% -
HSV(B) 298.29º 0.84% 0.98% -
XYZ 55.86 27.96 93.72 -
YUV 125.94 198.59 212.92 -
System Red Green Blue C M Y K H S L
Decimal 245 41 251 0.02 0.84 0 0.02 298.29 0.96 0.57
Hex F5 29 FB 2 54 0 2 12A 60 39
Octal 365 51 373 2 124 0 2 452 140 71
Binary 11110101 101001 11111011 10 1010100 0 10 100101010 1100000 111001

Color Harmonies of #F529FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F529FB

Black with #F529FB

Text Example


Text Example

White with #F529FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F529FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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