Html Css Color HEX #F506F9 Magenta

📋 copy color: '#F506F9'

red 245 ◦ green 6 ◦ blue 249

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

Shades of Magenta #F506F9

Tints of Magenta #F506F9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.2%

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

R = 49%
G = 1.2%
B = 49.8%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F506F9 (or 0xF506F9) is known color: Magenta. HEX triplet: F5, 06 and F9. RGB value is (245,6,249). Sum of RGB (Red+Green+Blue) = 245+6+249=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 6 (2.73% from 255 or 1.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #F506F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F506F9 is #0AF906. Grayscale: #686868. Windows color (decimal): -719111 or 16320245. OLE color: 16320245.

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

Color convert

RGB 245 6 249 -
CMYK 0.02 0.98 0 0.02
HSL 299.01º 0.95% 0.5% -
HSV(B) 299.01º 0.98% 0.98% -
XYZ 54.82 26.38 91.83 -
YUV 105.16 209.18 227.74 -
System Red Green Blue C M Y K H S L
Decimal 245 6 249 0.02 0.98 0 0.02 299.01 0.95 0.5
Hex F5 6 F9 2 62 0 2 12B 5F 32
Octal 365 6 371 2 142 0 2 453 137 62
Binary 11110101 110 11111001 10 1100010 0 10 100101011 1011111 110010

Color Harmonies of #F506F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F506F9

Black with #F506F9

Text Example


Text Example

White with #F506F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F506F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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