Html Css Color HEX #F526F5 Magenta

📋 copy color: '#F526F5'

red 245 ◦ green 38 ◦ blue 245

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

Shades of Magenta #F526F5

Tints of Magenta #F526F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.4%

R = 46.4%
G = 7.2%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F526F5 (or 0xF526F5) is known color: Magenta. HEX triplet: F5, 26 and F5. RGB value is (245,38,245). Sum of RGB (Red+Green+Blue) = 245+38+245=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 38 (15.23% from 255 or 7.20% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F526F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F526F5 is #0AD90A. Grayscale: #7A7A7A. Windows color (decimal): -710923 or 16066293. OLE color: 16066293.

HSL color Cylindrical-coordinate representation of color #F526F5: hue angle of 300º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F526F5 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 38 245 -
CMYK 0 0.84 0 0.04
HSL 300º 0.91% 0.55% -
HSV(B) 300º 0.84% 0.96% -
XYZ 54.83 27.39 88.78 -
YUV 123.49 196.58 214.67 -
System Red Green Blue C M Y K H S L
Decimal 245 38 245 0 0.84 0 0.04 300 0.91 0.55
Hex F5 26 F5 0 54 0 4 12C 5B 37
Octal 365 46 365 0 124 0 4 454 133 67
Binary 11110101 100110 11110101 0 1010100 0 100 100101100 1011011 110111

Color Harmonies of #F526F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F526F5

Black with #F526F5

Text Example


Text Example

White with #F526F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F526F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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