Html Css Color HEX #F509FE Magenta

📋 copy color: '#F509FE'

red 245 ◦ green 9 ◦ blue 254

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

Shades of Magenta #F509FE

Tints of Magenta #F509FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50%

R = 48.23%
G = 1.77%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F509FE (or 0xF509FE) is known color: Magenta. HEX triplet: F5, 09 and FE. RGB value is (245,9,254). Sum of RGB (Red+Green+Blue) = 245+9+254=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 9 (3.91% from 255 or 1.77% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #F509FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F509FE is #0AF601. Grayscale: #6A6A6A. Windows color (decimal): -718338 or 16648693. OLE color: 16648693.

HSL color Cylindrical-coordinate representation of color #F509FE: hue angle of 297.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F509FE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 9 254 -
CMYK 0.04 0.96 0 0.00
HSL 297.8º 0.99% 0.52% -
HSV(B) 297.8º 0.96% 1% -
XYZ 55.64 26.76 96 -
YUV 107.49 210.69 226.08 -
System Red Green Blue C M Y K H S L
Decimal 245 9 254 0.04 0.96 0 0.00 297.8 0.99 0.52
Hex F5 9 FE 4 60 0 0 12A 63 34
Octal 365 11 376 4 140 0 0 452 143 64
Binary 11110101 1001 11111110 100 1100000 0 0 100101010 1100011 110100

Color Harmonies of #F509FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509FE

Black with #F509FE

Text Example


Text Example

White with #F509FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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