Html Css Color HEX #F325FA Magenta

📋 copy color: '#F325FA'

red 243 ◦ green 37 ◦ blue 250

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

Shades of Magenta #F325FA

Tints of Magenta #F325FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 45.85%
G = 6.98%
B = 47.17%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F325FA (or 0xF325FA) is known color: Magenta. HEX triplet: F3, 25 and FA. RGB value is (243,37,250). Sum of RGB (Red+Green+Blue) = 243+37+250=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 37 (14.84% from 255 or 6.98% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #F325FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325FA is #0CDA05. Grayscale: #7A7A7A. Windows color (decimal): -842246 or 16393715. OLE color: 16393715.

HSL color Cylindrical-coordinate representation of color #F325FA: hue angle of 298.03º degrees, saturation: 0.96, 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 #F325FA is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 37 250 -
CMYK 0.03 0.85 0 0.02
HSL 298.03º 0.96% 0.56% -
HSV(B) 298.03º 0.85% 0.98% -
XYZ 54.88 27.28 92.82 -
YUV 122.88 199.75 213.68 -
System Red Green Blue C M Y K H S L
Decimal 243 37 250 0.03 0.85 0 0.02 298.03 0.96 0.56
Hex F3 25 FA 3 55 0 2 12A 60 38
Octal 363 45 372 3 125 0 2 452 140 70
Binary 11110011 100101 11111010 11 1010101 0 10 100101010 1100000 111000

Color Harmonies of #F325FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F325FA

Black with #F325FA

Text Example


Text Example

White with #F325FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F325FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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