Html Css Color HEX #F328F7 Magenta

📋 copy color: '#F328F7'

red 243 ◦ green 40 ◦ blue 247

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

Shades of Magenta #F328F7

Tints of Magenta #F328F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.6%

R = 45.85%
G = 7.55%
B = 46.6%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F328F7 (or 0xF328F7) is known color: Magenta. HEX triplet: F3, 28 and F7. RGB value is (243,40,247). Sum of RGB (Red+Green+Blue) = 243+40+247=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 40 (16.02% from 255 or 7.55% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #F328F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F328F7 is #0CD708. Grayscale: #7B7B7B. Windows color (decimal): -841481 or 16197875. OLE color: 16197875.

HSL color Cylindrical-coordinate representation of color #F328F7: hue angle of 298.84º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328F7 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 243 40 247 -
CMYK 0.02 0.84 0 0.03
HSL 298.84º 0.93% 0.56% -
HSV(B) 298.84º 0.84% 0.97% -
XYZ 54.51 27.29 90.39 -
YUV 124.3 197.25 212.67 -
System Red Green Blue C M Y K H S L
Decimal 243 40 247 0.02 0.84 0 0.03 298.84 0.93 0.56
Hex F3 28 F7 2 54 0 3 12B 5D 38
Octal 363 50 367 2 124 0 3 453 135 70
Binary 11110011 101000 11110111 10 1010100 0 11 100101011 1011101 111000

Color Harmonies of #F328F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328F7

Black with #F328F7

Text Example


Text Example

White with #F328F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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