Html Css Color HEX #F328F4 Magenta

📋 copy color: '#F328F4'

red 243 ◦ green 40 ◦ blue 244

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

Shades of Magenta #F328F4

Tints of Magenta #F328F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.3%

R = 46.11%
G = 7.59%
B = 46.3%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F328F4 (or 0xF328F4) is known color: Magenta. HEX triplet: F3, 28 and F4. RGB value is (243,40,244). Sum of RGB (Red+Green+Blue) = 243+40+244=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 40 (16.02% from 255 or 7.59% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #F328F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F328F4 is #0CD70B. Grayscale: #7B7B7B. Windows color (decimal): -841484 or 16001267. OLE color: 16001267.

HSL color Cylindrical-coordinate representation of color #F328F4: hue angle of 299.71º degrees, saturation: 0.9, 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 #F328F4 is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 243 40 244 -
CMYK 0.00 0.84 0 0.04
HSL 299.71º 0.9% 0.56% -
HSV(B) 299.71º 0.84% 0.96% -
XYZ 54.05 27.1 87.97 -
YUV 123.95 195.75 212.91 -
System Red Green Blue C M Y K H S L
Decimal 243 40 244 0.00 0.84 0 0.04 299.71 0.9 0.56
Hex F3 28 F4 0 54 0 4 12C 5A 38
Octal 363 50 364 0 124 0 4 454 132 70
Binary 11110011 101000 11110100 0 1010100 0 100 100101100 1011010 111000

Color Harmonies of #F328F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328F4

Black with #F328F4

Text Example


Text Example

White with #F328F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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