Html Css Color HEX #F325F9 Magenta

📋 copy color: '#F325F9'

red 243 ◦ green 37 ◦ blue 249

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

Shades of Magenta #F325F9

Tints of Magenta #F325F9

RGB

 RED value IS 243 (95.31% from 255) = 45.94%

 GREEN value IS 37 (14.84% from 255) = 6.99%

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

R = 45.94%
G = 6.99%
B = 47.07%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F325F9 (or 0xF325F9) is known color: Magenta. HEX triplet: F3, 25 and F9. RGB value is (243,37,249). Sum of RGB (Red+Green+Blue) = 243+37+249=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 37 (14.84% from 255 or 6.99% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #F325F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325F9 is #0CDA06. Grayscale: #7A7A7A. Windows color (decimal): -842247 or 16328179. OLE color: 16328179.

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

Color convert

RGB 243 37 249 -
CMYK 0.02 0.85 0 0.02
HSL 298.3º 0.95% 0.56% -
HSV(B) 298.3º 0.85% 0.98% -
XYZ 54.72 27.22 91.99 -
YUV 122.76 199.25 213.76 -
System Red Green Blue C M Y K H S L
Decimal 243 37 249 0.02 0.85 0 0.02 298.3 0.95 0.56
Hex F3 25 F9 2 55 0 2 12A 5F 38
Octal 363 45 371 2 125 0 2 452 137 70
Binary 11110011 100101 11111001 10 1010101 0 10 100101010 1011111 111000

Color Harmonies of #F325F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F325F9

Black with #F325F9

Text Example


Text Example

White with #F325F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F325F9; }

 p { color: rgb(243,37,249); }

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

background-color css

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

 a { background-color: rgb(243,37,249); }

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

border-color css

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

 span { border-color: rgb(243,37,249); }

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