Html Css Color HEX #F320F6 Magenta

📋 copy color: '#F320F6'

red 243 ◦ green 32 ◦ blue 246

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

Shades of Magenta #F320F6

Tints of Magenta #F320F6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.14%

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

R = 46.64%
G = 6.14%
B = 47.22%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F320F6 (or 0xF320F6) is known color: Magenta. HEX triplet: F3, 20 and F6. RGB value is (243,32,246). Sum of RGB (Red+Green+Blue) = 243+32+246=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #F320F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F320F6 is #0CDF09. Grayscale: #767676. Windows color (decimal): -843530 or 16130291. OLE color: 16130291.

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

Color convert

RGB 243 32 246 -
CMYK 0.01 0.87 0 0.04
HSL 299.16º 0.92% 0.55% -
HSV(B) 299.16º 0.87% 0.96% -
XYZ 54.11 26.74 89.5 -
YUV 119.49 199.4 216.1 -
System Red Green Blue C M Y K H S L
Decimal 243 32 246 0.01 0.87 0 0.04 299.16 0.92 0.55
Hex F3 20 F6 1 57 0 4 12B 5C 37
Octal 363 40 366 1 127 0 4 453 134 67
Binary 11110011 100000 11110110 1 1010111 0 100 100101011 1011100 110111

Color Harmonies of #F320F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F320F6

Black with #F320F6

Text Example


Text Example

White with #F320F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F320F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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