Html Css Color HEX #F329FF Magenta

📋 copy color: '#F329FF'

red 243 ◦ green 41 ◦ blue 255

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

Shades of Magenta #F329FF

Tints of Magenta #F329FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.61%

 BLUE value IS 255 (100% from 255) = 47.31%

R = 45.08%
G = 7.61%
B = 47.31%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F329FF (or 0xF329FF) is known color: Magenta. HEX triplet: F3, 29 and FF. RGB value is (243,41,255). Sum of RGB (Red+Green+Blue) = 243+41+255=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 41 (16.41% from 255 or 7.61% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #F329FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F329FF is #0CD600. Grayscale: #7D7D7D. Windows color (decimal): -841217 or 16722419. OLE color: 16722419.

HSL color Cylindrical-coordinate representation of color #F329FF: hue angle of 296.64º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F329FF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 41 255 -
CMYK 0.05 0.84 0 0
HSL 296.64º 1% 0.58% -
HSV(B) 296.64º 0.84% 1% -
XYZ 55.81 27.86 97.04 -
YUV 125.79 200.92 211.6 -
System Red Green Blue C M Y K H S L
Decimal 243 41 255 0.05 0.84 0 0 296.64 1 0.58
Hex F3 29 FF 5 54 0 0 129 64 3A
Octal 363 51 377 5 124 0 0 451 144 72
Binary 11110011 101001 11111111 101 1010100 0 0 100101001 1100100 111010

Color Harmonies of #F329FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329FF

Black with #F329FF

Text Example


Text Example

White with #F329FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329FF; }

 p { color: rgb(243,41,255); }

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

background-color css

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

 a { background-color: rgb(243,41,255); }

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

border-color css

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

 span { border-color: rgb(243,41,255); }

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