Html Css Color HEX #F328F6 Magenta

📋 copy color: '#F328F6'

red 243 ◦ green 40 ◦ blue 246

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

Shades of Magenta #F328F6

Tints of Magenta #F328F6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.56%

 BLUE value IS 246 (96.48% from 255) = 46.5%

R = 45.94%
G = 7.56%
B = 46.5%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F328F6 (or 0xF328F6) is known color: Magenta. HEX triplet: F3, 28 and F6. RGB value is (243,40,246). Sum of RGB (Red+Green+Blue) = 243+40+246=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 40 (16.02% from 255 or 7.56% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #F328F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F328F6 is #0CD709. Grayscale: #7B7B7B. Windows color (decimal): -841482 or 16132339. OLE color: 16132339.

HSL color Cylindrical-coordinate representation of color #F328F6: hue angle of 299.13º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328F6 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 243 40 246 -
CMYK 0.01 0.84 0 0.04
HSL 299.13º 0.92% 0.56% -
HSV(B) 299.13º 0.84% 0.96% -
XYZ 54.36 27.23 89.58 -
YUV 124.18 196.75 212.75 -
System Red Green Blue C M Y K H S L
Decimal 243 40 246 0.01 0.84 0 0.04 299.13 0.92 0.56
Hex F3 28 F6 1 54 0 4 12B 5C 38
Octal 363 50 366 1 124 0 4 453 134 70
Binary 11110011 101000 11110110 1 1010100 0 100 100101011 1011100 111000

Color Harmonies of #F328F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328F6

Black with #F328F6

Text Example


Text Example

White with #F328F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328F6; }

 p { color: rgb(243,40,246); }

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

background-color css

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

 a { background-color: rgb(243,40,246); }

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

border-color css

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

 span { border-color: rgb(243,40,246); }

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