Html Css Color HEX #F509F9 Magenta

📋 copy color: '#F509F9'

red 245 ◦ green 9 ◦ blue 249

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

Shades of Magenta #F509F9

Tints of Magenta #F509F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 48.71%
G = 1.79%
B = 49.5%

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

#F509F9 (or 0xF509F9) is known color: Magenta. HEX triplet: F5, 09 and F9. RGB value is (245,9,249). Sum of RGB (Red+Green+Blue) = 245+9+249=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 9 (3.91% from 255 or 1.79% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #F509F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F509F9 is #0AF606. Grayscale: #6A6A6A. Windows color (decimal): -718343 or 16321013. OLE color: 16321013.

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

Color convert

RGB 245 9 249 -
CMYK 0.02 0.96 0 0.02
HSL 299º 0.95% 0.51% -
HSV(B) 299º 0.96% 0.98% -
XYZ 54.85 26.45 91.84 -
YUV 106.92 208.19 226.49 -
System Red Green Blue C M Y K H S L
Decimal 245 9 249 0.02 0.96 0 0.02 299 0.95 0.51
Hex F5 9 F9 2 60 0 2 12B 5F 33
Octal 365 11 371 2 140 0 2 453 137 63
Binary 11110101 1001 11111001 10 1100000 0 10 100101011 1011111 110011

Color Harmonies of #F509F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509F9

Black with #F509F9

Text Example


Text Example

White with #F509F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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