Html Css Color HEX #F528FA Magenta

📋 copy color: '#F528FA'

red 245 ◦ green 40 ◦ blue 250

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

Shades of Magenta #F528FA

Tints of Magenta #F528FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.48%

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

R = 45.79%
G = 7.48%
B = 46.73%

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

#F528FA (or 0xF528FA) is known color: Magenta. HEX triplet: F5, 28 and FA. RGB value is (245,40,250). Sum of RGB (Red+Green+Blue) = 245+40+250=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 40 (16.02% from 255 or 7.48% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #F528FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528FA is #0AD705. Grayscale: #7C7C7C. Windows color (decimal): -710406 or 16394485. OLE color: 16394485.

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

Color convert

RGB 245 40 250 -
CMYK 0.02 0.84 0 0.02
HSL 298.57º 0.95% 0.57% -
HSV(B) 298.57º 0.84% 0.98% -
XYZ 55.67 27.83 92.88 -
YUV 125.24 198.42 213.42 -
System Red Green Blue C M Y K H S L
Decimal 245 40 250 0.02 0.84 0 0.02 298.57 0.95 0.57
Hex F5 28 FA 2 54 0 2 12B 5F 39
Octal 365 50 372 2 124 0 2 453 137 71
Binary 11110101 101000 11111010 10 1010100 0 10 100101011 1011111 111001

Color Harmonies of #F528FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F528FA

Black with #F528FA

Text Example


Text Example

White with #F528FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F528FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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