Html Css Color HEX #F527FA Magenta

📋 copy color: '#F527FA'

red 245 ◦ green 39 ◦ blue 250

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

Shades of Magenta #F527FA

Tints of Magenta #F527FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.3%

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

R = 45.88%
G = 7.3%
B = 46.82%

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

#F527FA (or 0xF527FA) is known color: Magenta. HEX triplet: F5, 27 and FA. RGB value is (245,39,250). Sum of RGB (Red+Green+Blue) = 245+39+250=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 39 (15.62% from 255 or 7.30% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #F527FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F527FA is #0AD805. Grayscale: #7C7C7C. Windows color (decimal): -710662 or 16394229. OLE color: 16394229.

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

Color convert

RGB 245 39 250 -
CMYK 0.02 0.84 0 0.02
HSL 298.58º 0.95% 0.57% -
HSV(B) 298.58º 0.84% 0.98% -
XYZ 55.64 27.77 92.87 -
YUV 124.65 198.75 213.84 -
System Red Green Blue C M Y K H S L
Decimal 245 39 250 0.02 0.84 0 0.02 298.58 0.95 0.57
Hex F5 27 FA 2 54 0 2 12B 5F 39
Octal 365 47 372 2 124 0 2 453 137 71
Binary 11110101 100111 11111010 10 1010100 0 10 100101011 1011111 111001

Color Harmonies of #F527FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F527FA

Black with #F527FA

Text Example


Text Example

White with #F527FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F527FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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