Html Css Color HEX #F325FD Magenta

📋 copy color: '#F325FD'

red 243 ◦ green 37 ◦ blue 253

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

Shades of Magenta #F325FD

Tints of Magenta #F325FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 45.59%
G = 6.94%
B = 47.47%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F325FD (or 0xF325FD) is known color: Magenta. HEX triplet: F3, 25 and FD. RGB value is (243,37,253). Sum of RGB (Red+Green+Blue) = 243+37+253=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 37 (14.84% from 255 or 6.94% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #F325FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325FD is #0CDA02. Grayscale: #7A7A7A. Windows color (decimal): -842243 or 16590323. OLE color: 16590323.

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

Color convert

RGB 243 37 253 -
CMYK 0.04 0.85 0 0.01
HSL 297.22º 0.98% 0.57% -
HSV(B) 297.22º 0.85% 0.99% -
XYZ 55.35 27.47 95.31 -
YUV 123.22 201.25 213.44 -
System Red Green Blue C M Y K H S L
Decimal 243 37 253 0.04 0.85 0 0.01 297.22 0.98 0.57
Hex F3 25 FD 4 55 0 1 129 62 39
Octal 363 45 375 4 125 0 1 451 142 71
Binary 11110011 100101 11111101 100 1010101 0 1 100101001 1100010 111001

Color Harmonies of #F325FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F325FD

Black with #F325FD

Text Example


Text Example

White with #F325FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F325FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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