Html Css Color HEX #F325F0 Magenta

📋 copy color: '#F325F0'

red 243 ◦ green 37 ◦ blue 240

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

Shades of Magenta #F325F0

Tints of Magenta #F325F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.15%

R = 46.73%
G = 7.12%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F325F0 (or 0xF325F0) is known color: Magenta. HEX triplet: F3, 25 and F0. RGB value is (243,37,240). Sum of RGB (Red+Green+Blue) = 243+37+240=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 37 (14.84% from 255 or 7.12% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F325F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325F0 is #0CDA0F. Grayscale: #797979. Windows color (decimal): -842256 or 15738355. OLE color: 15738355.

HSL color Cylindrical-coordinate representation of color #F325F0: hue angle of 300.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325F0 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 37 240 -
CMYK 0 0.85 0.01 0.05
HSL 300.87º 0.9% 0.55% -
HSV(B) 300.87º 0.85% 0.95% -
XYZ 53.35 26.67 84.77 -
YUV 121.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 243 37 240 0 0.85 0.01 0.05 300.87 0.9 0.55
Hex F3 25 F0 0 55 1 5 12D 5A 37
Octal 363 45 360 0 125 1 5 455 132 67
Binary 11110011 100101 11110000 0 1010101 1 101 100101101 1011010 110111

Color Harmonies of #F325F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F325F0

Black with #F325F0

Text Example


Text Example

White with #F325F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F325F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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