Html Css Color HEX #F509FA Magenta

📋 copy color: '#F509FA'

red 245 ◦ green 9 ◦ blue 250

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

Shades of Magenta #F509FA

Tints of Magenta #F509FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.79%

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

R = 48.61%
G = 1.79%
B = 49.6%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F509FA (or 0xF509FA) is known color: Magenta. HEX triplet: F5, 09 and FA. RGB value is (245,9,250). Sum of RGB (Red+Green+Blue) = 245+9+250=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 9 (3.91% from 255 or 1.79% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #F509FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F509FA is #0AF605. Grayscale: #6A6A6A. Windows color (decimal): -718342 or 16386549. OLE color: 16386549.

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

Color convert

RGB 245 9 250 -
CMYK 0.02 0.96 0 0.02
HSL 298.76º 0.96% 0.51% -
HSV(B) 298.76º 0.96% 0.98% -
XYZ 55.01 26.51 92.66 -
YUV 107.04 208.69 226.4 -
System Red Green Blue C M Y K H S L
Decimal 245 9 250 0.02 0.96 0 0.02 298.76 0.96 0.51
Hex F5 9 FA 2 60 0 2 12B 60 33
Octal 365 11 372 2 140 0 2 453 140 63
Binary 11110101 1001 11111010 10 1100000 0 10 100101011 1100000 110011

Color Harmonies of #F509FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509FA

Black with #F509FA

Text Example


Text Example

White with #F509FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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