Html Css Color HEX #F509FC Magenta

📋 copy color: '#F509FC'

red 245 ◦ green 9 ◦ blue 252

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

Shades of Magenta #F509FC

Tints of Magenta #F509FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 48.42%
G = 1.78%
B = 49.8%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F509FC (or 0xF509FC) is known color: Magenta. HEX triplet: F5, 09 and FC. RGB value is (245,9,252). Sum of RGB (Red+Green+Blue) = 245+9+252=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 9 (3.91% from 255 or 1.78% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #F509FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F509FC is #0AF603. Grayscale: #6A6A6A. Windows color (decimal): -718340 or 16517621. OLE color: 16517621.

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

Color convert

RGB 245 9 252 -
CMYK 0.03 0.96 0 0.01
HSL 298.27º 0.98% 0.51% -
HSV(B) 298.27º 0.96% 0.99% -
XYZ 55.32 26.64 94.32 -
YUV 107.27 209.69 226.24 -
System Red Green Blue C M Y K H S L
Decimal 245 9 252 0.03 0.96 0 0.01 298.27 0.98 0.51
Hex F5 9 FC 3 60 0 1 12A 62 33
Octal 365 11 374 3 140 0 1 452 142 63
Binary 11110101 1001 11111100 11 1100000 0 1 100101010 1100010 110011

Color Harmonies of #F509FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509FC

Black with #F509FC

Text Example


Text Example

White with #F509FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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